You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I run an http to mllp container:
Traceback (most recent call last):
File "/usr/local/bin/http2mllp", line 8, in
sys.exit(http2mllp())
File "/usr/local/lib/python3.7/site-packages/mllp_http/main.py", line 102, in http2mllp
max_messages=args.max_messages,
AttributeError: 'Namespace' object has no attribute 'max_messages'
The text was updated successfully, but these errors were encountered:
I get this error when I run an http to mllp container:
Traceback (most recent call last):
File "/usr/local/bin/http2mllp", line 8, in
sys.exit(http2mllp())
File "/usr/local/lib/python3.7/site-packages/mllp_http/main.py", line 102, in http2mllp
max_messages=args.max_messages,
AttributeError: 'Namespace' object has no attribute 'max_messages'
The text was updated successfully, but these errors were encountered: