You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core 2024.11.1 Supervisor 2024.11.3
since one of these updates the addins fails to load
Logger: homeassistant.config_entries
Source: config_entries.py:635
First occurred: 11:49:26 AM (2 occurrences)
Last logged: 2:04:09 PM
Error setting up entry ConnectLife ([email protected]) for connectlife
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/connectlife/init.py", line 34, in async_setup_entry
await api.login()
File "/usr/local/lib/python3.12/site-packages/connectlife/api.py", line 66, in login
await self._fetch_access_token()
File "/usr/local/lib/python3.12/site-packages/connectlife/api.py", line 107, in _fetch_access_token
await self._initial_access_token()
File "/usr/local/lib/python3.12/site-packages/connectlife/api.py", line 125, in _initial_access_token
login_token = body["sessionInfo"]["cookieValue"]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'cookieValue'
The text was updated successfully, but these errors were encountered:
Core 2024.11.1 Supervisor 2024.11.3
since one of these updates the addins fails to load
Logger: homeassistant.config_entries
Source: config_entries.py:635
First occurred: 11:49:26 AM (2 occurrences)
Last logged: 2:04:09 PM
Error setting up entry ConnectLife ([email protected]) for connectlife
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/connectlife/init.py", line 34, in async_setup_entry
await api.login()
File "/usr/local/lib/python3.12/site-packages/connectlife/api.py", line 66, in login
await self._fetch_access_token()
File "/usr/local/lib/python3.12/site-packages/connectlife/api.py", line 107, in _fetch_access_token
await self._initial_access_token()
File "/usr/local/lib/python3.12/site-packages/connectlife/api.py", line 125, in _initial_access_token
login_token = body["sessionInfo"]["cookieValue"]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'cookieValue'
The text was updated successfully, but these errors were encountered: