I get this each time when i want to add an integrations, any tips? Already did a reboot, reinstall etc)
The loading animations keep on spinning. No brands will pop-up.
Logger: homeassistant.components.websocket_api.http.connection
Bron: loader.py:421
integratie: Home Assistant WebSocket API (documentatie, problemen)
Eerst voorgekomen: 08:38:27 (4 gebeurtenissen)
Laatst gelogd: 14:59:34
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 28, in _handle_async_response await func(hass, connection, msg) File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 898, in handle_integration_descriptions connection.send_result(msg[“id”], await async_get_integration_descriptions(hass)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/loader.py”, line 421, in async_get_integration_descriptions flow = await hass.async_add_executor_job(config_flow_path.read_text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/concurrent/futures/thread.py”, line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/pathlib.py”, line 1028, in read_text return f.read() ^^^^^^^^ File “”, line 322, in decode UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xac in position 57344: invalid start byte
Thx for the tip! I tried your method and now i get the following error log;
Logger: homeassistant.components.websocket_api.http.connection
Bron: loader.py:421
integratie: Home Assistant WebSocket API (documentatie, problemen)
Eerst voorgekomen: 16:42:32 (2 gebeurtenissen)
Laatst gelogd: 16:42:40
[140611191220272] Error handling message: Unknown error (unknown_error) from 2a02:a462:2aee:0:9405:2002:e6c1:424a (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36)
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 28, in _handle_async_response await func(hass, connection, msg) File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 898, in handle_integration_descriptions connection.send_result(msg[“id”], await async_get_integration_descriptions(hass)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/loader.py”, line 421, in async_get_integration_descriptions flow = await hass.async_add_executor_job(config_flow_path.read_text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/concurrent/futures/thread.py”, line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.12/pathlib.py”, line 1028, in read_text return f.read() ^^^^^^^^ File “”, line 322, in decode UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xac in position 57344: invalid start byte