The hassio component does not start. I can’t open “Add-ons” in the settings menu etc.
I tried to update the node-red library “node-red-contrib-home-assistant-websocket” from 0.73 to 0.74.2, which was unsuccessful. I’m not sure if this is the cause, but I have no other idea what else I could have changed.
Rejestrator: homeassistant.setup
Źródło: setup.py:416
Pierwsze zdarzenie: 21:24:14 (1 zdarzenia)
Ostatnio zalogowany: 21:24:14
Error during setup of component hassio
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 416, in _async_setup_component
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 517, in async_setup
await update_info_task
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 462, in update_info_data
) = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 61, in _wrapper
data = await funct(*argv, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 369, in send_command
return await response.json(encoding=“utf-8”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py”, line 80, in json
return await super().json(*args, loads=loads, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py”, line 1295, in json
return loads(stripped.decode(encoding))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/util/json.py”, line 44, in json_loads
return orjson.loads(__obj) # type:ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^
orjson.JSONDecodeError: unexpected control character in string: line 1 column 487 (char 486)