Hi there,
I just restored an old complete SD card backup which was running great that time creating it. Now when I boot it Home Assistant is not starting, because the supervisor seems to crash. I can only find this log message:
I can login and access the emergency terminal (as the hassio_cli does not start), but it allows me to access the system. From there I can start the homeassistant docker container so can get the core working - but every time I try start the supervisor I get the Unclosed client session error.
So Iām caught in a loop - cannot start supervisor ā try to update supervisor ā supervisor needs to be runining to run the āha supervisor updateā command.
So is there something I can do to get out of this ?
Have a look on the observer what it says, why the supervisor fails:
If it is the same issue with 2022.06.3 as described in the linked Github issues above, then from the terminal run this to list the running containers:
docker ps
Then you can do a:
docker pull homeassistant/XXXXX-hassio-supervisor:2022.07.0 or docker pull homeassistant/XXXXX-hassio-supervisor:latest where XXXXX is the architecture what you are using. (Probably the second one is the right choice.)
And then a
docker tag homeassistant/XXXXX-hassio-supervisor:latest homeassistant/XXXXX-hassio-supervisor:latest
Edit: I updated to the correct ones, I typed from memory beforeā¦
The observer simply says the supervisor is not connected - but that is no surprise, the supervisor does not start - with the exact same error as the OP.
I tried the command you gave as: docker pull homeassistant/amd64-hassio-supervisor:2022.07.0
it now gives me a file now found error: screenshot
When I run this container, do I need to give it commands to specify -v paths and network addresses, etc?
Note: I tried the docker images command and it listed a version of the supervisor loaded from 9 days ago - I was out of the country then, so I assume this was the version that broke everything: docker images