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
I have filled out the issue template to the best of my ability.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of currently previous issues..
Describe the issue
Component stopped working. I tried new cookies but same error. Universal error?
Reproduction steps
Start HA
Check logs
Debug logs
Logger: homeassistant.components.sensor
Kilde: helpers/entity_platform.py:366
integrasjon: Sensor (dokumentasjon, problemer)
Første forekomst: 15:28:19 (1 forekomster)
Sist logget: 15:28:19
Error while setting up tgtg platform for sensor: (404, b'')
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/tgtg/sensor.py", line 81, in setup_platform
tgtgReply = tgtg_client.get_items()
File "/usr/local/lib/python3.13/site-packages/tgtg/__init__.py", line 234, in get_items
self.login()
~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tgtg/__init__.py", line 144, in login
self._refresh_token()
~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tgtg/__init__.py", line 136, in _refresh_token
raise TgtgAPIError(response.status_code, response.content)
tgtg.exceptions.TgtgAPIError: (404, b'')
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered:
Logger: homeassistant.components.sensor
Quelle: helpers/entity_platform.py:366
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 11:35:35 (1 Vorkommnisse)
Zuletzt protokolliert: 11:35:35
Error while setting up tgtg platform for sensor: (404, b'')
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/tgtg/sensor.py", line 81, in setup_platform
tgtgReply = tgtg_client.get_items()
File "/usr/local/lib/python3.13/site-packages/tgtg/__init__.py", line 234, in get_items
self.login()
~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tgtg/__init__.py", line 144, in login
self._refresh_token()
~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/tgtg/__init__.py", line 136, in _refresh_token
raise TgtgAPIError(response.status_code, response.content)
tgtg.exceptions.TgtgAPIError: (404, b'')
@tjorim , Ahivert did made a update today of the python files. Bit still not working with the intergration. Only one thing I found a strange thing on my setup. All the logs are pointing to python 3.13 like the logs above. But if I go to /usr/local/lib i only see python 3.12 and not the 3.13. (Python —version is also saying 3.12.9)
Is there the problem? Or I’m looking in the wrong direction?
System Health details
...
Checklist
Describe the issue
Component stopped working. I tried new cookies but same error. Universal error?
Reproduction steps
Start HA
Check logs
Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: