Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Namespace' object has no attribute 'max_messages' #9

Open
floringhimie opened this issue Feb 12, 2022 · 2 comments
Open

Comments

@floringhimie
Copy link

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.

@floringhimie
Copy link
Author

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

another one

@pauldraper
Copy link
Contributor

Apologies. I evidently don't use http2mllp myself and have done a poor job testing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants