Out of the blue (I think) I receive this error, so now I can’t access the addon, and RESTART does not work, all the rest seems working fine
What can this be? It was working fine yesterday, and I do not think made anything in the meantime
Error during setup of component hassio
1:26:40 PM – (ERROR) components/hassio/handler.py
Can't read panel info: System is not ready with state: setup
1:26:39 PM – (ERROR) hassio
Can't read Supervisor data: System is not ready with state: setup
1:26:39 PM – (WARNING) hassio
Not connected with the supervisor / system too busy!
1:26:38 PM – (WARNING) hassio
Error handling request
3:59:21 PM – (ERROR) /usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py - message first occurred at 3:58:06 PM and shows up 100 times
Error during setup of component hassio
3:58:06 PM – (ERROR) components/hassio/handler.py
Can't read panel info: System is not ready with state: setup
3:58:06 PM – (ERROR) hassio
I still don’t understand what the problem is, but I was able to at least stabilize it for myself on a supervised Hass instance by (after some poking around and trying other things):
SSHing into the host
doing a docker exec -it {container_id} /bin/bash on the cli container
Running ha supervisor restart
Finally restarting home assistant itself
Now my system is stable enough that I can grab some backups, but I’m very nervous now that it can’t come back up cleanly from a reboot which is very concerning…
Was thinking about moving to HassOS, but now I’m suddenly much more nervous to give up my native SSH and control access over the home assistant black box…