Supervisor (docker) not loading after powercut

Supervisor (docker) not loading after powercut

Support

Had a powercut and the Supervisor now fails to load. I’ve manage to load Homeassistant container, but supvisor refuses to start.

Log in HA:

Client error on /homeassistant/options request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Client error on /supervisor/options request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Client error on /info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Client error on /ingress/panels request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
Client error on /discovery request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]

Log for Supervisor (via Portainer):

HA is installed on SSD using docker (ubuntu), but I’m guessing the Supervisor got corrupted somehow?

Any ideas? thanks

Docker ip changed for HA container?
Since you using portainer you could look to see IP the containers are using

Apologies, but how would I check if the IP has changed?
If the IP had changed, wouldn’t the HA container fail to load? HA loads fine using the same ip and port, it’s just the Supervisor and some add-ons refusing to stay online.

Rerun the installation script. BTW : supervised on Ubuntu is unsupported.

Yeah, I’m aware. How do I rerun the installation script? thanks

curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/c674830d8ddc6af9d618755a7995af939dd73fde/installer.sh | bash -s

1 Like

Thank you, everything is working now!