-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
after I entered the credentials, i got an "unknown_error". Adding the Log down below. I guess there's a problem with the handover because the mail address i entered was correct.
Logger: custom_components.renpho.config_flow
Quelle: custom_components/renpho/config_flow.py:94
Integration: Renpho (Dokumentation, Probleme)
Erstmals aufgetreten: 16:30:12 (2 Vorkommnisse)
Zuletzt protokolliert: 19:10:41
Unexpected exception: Invalid credentials for user **********. Error details: Email was not registered.
Traceback (most recent call last):
File "/config/custom_components/renpho/api_renpho.py", line 217, in validate_credentials
return await self.auth()
^^^^^^^^^^^^^^^^^
File "/config/custom_components/renpho/api_renpho.py", line 267, in auth
raise AuthenticationError("Email was not registered.")
custom_components.renpho.api_renpho.AuthenticationError: Email was not registered.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/renpho/config_flow.py", line 94, in async_step_user
info = await async_validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/renpho/config_flow.py", line 62, in async_validate_input
is_valid = await renpho.validate_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/renpho/api_renpho.py", line 220, in validate_credentials
raise AuthenticationError(f"Invalid credentials for user {self.email}. Error details: {e}") from e
custom_components.renpho.api_renpho.AuthenticationError: Invalid credentials for user ***********. Error details: Email was not registered.