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
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'
Another error.
The text was updated successfully, but these errors were encountered:
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 108, in http2mllp
timeout=args.timeout / 100,
File "/usr/local/lib/python3.7/site-packages/mllp_http/http2mllp.py", line 14, in init
self.address = address
NameError: name 'address' is not defined
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'
Another error.
The text was updated successfully, but these errors were encountered: