We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got some errors in my error log while using this component:
2020-05-13 19:49:06 ERROR (MainThread) [custom_components.edgeos.clients.web_api] Failed to connect https://192.168.2.1/api/edge/get.json, Error: None, Line: 147 2020-05-13 19:49:06 ERROR (MainThread) [custom_components.edgeos.clients.web_api] Invalid response, not contain success status 2020-05-13 19:49:06 ERROR (MainThread) [custom_components.edgeos.managers.data_manager] Failed to load devices data, Error: 'NoneType' object has no attribute 'get', Line: 323
The text was updated successfully, but these errors were encountered:
I'm working on a fix for this issue, will release a fix in few days, thanks for reporting
Sorry, something went wrong.
8ddb7c8
No branches or pull requests
I got some errors in my error log while using this component:
2020-05-13 19:49:06 ERROR (MainThread) [custom_components.edgeos.clients.web_api] Failed to connect https://192.168.2.1/api/edge/get.json, Error: None, Line: 147
2020-05-13 19:49:06 ERROR (MainThread) [custom_components.edgeos.clients.web_api] Invalid response, not contain success status
2020-05-13 19:49:06 ERROR (MainThread) [custom_components.edgeos.managers.data_manager] Failed to load devices data, Error: 'NoneType' object has no attribute 'get', Line: 323
The text was updated successfully, but these errors were encountered: