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

error #10

Open
jvanderweken opened this issue Sep 8, 2024 · 0 comments
Open

error #10

jvanderweken opened this issue Sep 8, 2024 · 0 comments

Comments

@jvanderweken
Copy link

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]>

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

1 participant