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

TypeError: can only concatenate str (not "NoneType") to str #5

Open
Mdleal opened this issue Jun 21, 2024 · 1 comment
Open

TypeError: can only concatenate str (not "NoneType") to str #5

Mdleal opened this issue Jun 21, 2024 · 1 comment

Comments

@Mdleal
Copy link

Mdleal commented Jun 21, 2024

Traceback (most recent call last): File "/usr/local/lib/python3.12/socketserver.py", line 692, in process_request_thread self.finish_request(request, client_address) File "/usr/local/lib/python3.12/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/local/lib/python3.12/socketserver.py", line 761, in __init__ self.handle() File "/usr/local/lib/python3.12/http/server.py", line 436, in handle self.handle_one_request() File "/usr/local/lib/python3.12/http/server.py", line 424, in handle_one_request � method() File "/app/meraki-api-exporter.py", line 245, in do_GET target = '{serial="' + host + \ ~~~~~~~~~~~~^~~~~~ TypeError: can only concatenate str (not "NoneType") to str

@TheHolm
Copy link
Owner

TheHolm commented Sep 10, 2024

Any more details? it seems your network have some devices without Serial Number, which is strange.

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