-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Which country are you from
Germany
Describe the bug
After a while the integration stopped working - maybe something in changed in LibreLinkUp authentication?
Log file
`
Logger: homeassistant.config_entries
Quelle: config_entries.py:637
Erstmals aufgetreten: 12:39:56 (2 Vorkommnisse)
Zuletzt protokolliert: 12:40:45
Error setting up entry for librelink
Traceback (most recent call last):
File "/config/custom_components/librelink/api.py", line 200, in api_wrapper
response.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 1161, in raise_for_status
raise ClientResponseError(
...<5 lines>...
)
aiohttp.client_exceptions.ClientResponseError: 430, message='', url='https://api.libreview.io/llu/auth/login'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 637, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/librelink/init.py", line 48, in async_setup_entry
sessionToken = await myLibrelinkLogin.async_get_token()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/librelink/api.py", line 148, in async_get_token
reponseLogin = await api_wrapper(
^^^^^^^^^^^^^^^^^^
...<9 lines>...
)
^
File "/config/custom_components/librelink/api.py", line 209, in api_wrapper
raise LibreLinkApiCommunicationError(
"Error fetching information",
) from exception
custom_components.librelink.api.LibreLinkApiCommunicationError: Error fetching information
`
Additional context
version 1.2.3