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
Hi
I receive this error in HA: I dont'know whats wrong?
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform await asyncio.shield(awaitable) File "/config/custom_components/zyxel_poe/switch.py", line 78, in async_setup_platform await poe_data.async_update() File "/config/custom_components/zyxel_poe/switch.py", line 214, in _async_update await self._login() File "/config/custom_components/zyxel_poe/switch.py", line 160, in _login await self._login(is_retry=True) File "/config/custom_components/zyxel_poe/switch.py", line 159, in _login raise Exception("Login failed: %s" % login_step2.text) Exception: Login failed: <bound method ClientResponse.text of <ClientResponse(http://XXX.XXX.XX.XX/cgi-bin/dispatcher.cgi) [200 OK]>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I receive this error in HA: I dont'know whats wrong?
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/zyxel_poe/switch.py", line 78, in async_setup_platform
await poe_data.async_update()
File "/config/custom_components/zyxel_poe/switch.py", line 214, in _async_update
await self._login()
File "/config/custom_components/zyxel_poe/switch.py", line 160, in _login
await self._login(is_retry=True)
File "/config/custom_components/zyxel_poe/switch.py", line 159, in _login
raise Exception("Login failed: %s" % login_step2.text)
Exception: Login failed: <bound method ClientResponse.text of <ClientResponse(http://XXX.XXX.XX.XX/cgi-bin/dispatcher.cgi) [200 OK]>
The text was updated successfully, but these errors were encountered: