Whenever I update a Generic Hassio installation, I always see this error. The update continues and is a success, so I have learn’t to ignore it, but why does it appear?
I am also getting this error. Just started fairly recently. So just started digging but looks to be an issue between nginx (which i run on a different box) reverse proxy and my hassio setup.
Same issue here. using the Nginx plugin running on pi4. Any fixes yet? One difference for me, it doesn’t update my version. If I log in from the local network using 192.168.1.111 it works and I don’t get the error.
20-03-23 17:23:32 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.107.5
20-03-23 17:23:32 INFO (SyncWorker_4) [supervisor.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.106.6 to homeassistant/qemux86-64-homeassistant:0.107.5
20-03-23 17:23:32 INFO (SyncWorker_4) [supervisor.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.107.5.
20-03-23 17:25:37 INFO (MainThread) [supervisor.host.info] Update local host information
20-03-23 17:25:37 INFO (MainThread) [supervisor.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-23 17:25:38 INFO (MainThread) [supervisor.host.services] Update service information
20-03-23 17:25:38 INFO (MainThread) [supervisor.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-23 17:25:39 INFO (MainThread) [supervisor.host.network] Update local network DNS information
20-03-23 17:25:39 INFO (MainThread) [supervisor.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-23 17:25:39 INFO (MainThread) [supervisor.host.sound] Update PulseAudio information
20-03-23 17:27:40 INFO (SyncWorker_4) [supervisor.docker.interface] Stop homeassistant application
20-03-23 17:28:08 INFO (SyncWorker_4) [supervisor.docker.interface] Clean homeassistant application
20-03-23 17:28:09 INFO (MainThread) [supervisor.homeassistant] Update pulse/client.config: /data/tmp/homeassistant_pulse
20-03-23 17:28:12 INFO (SyncWorker_1) [supervisor.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.107.5
20-03-23 17:28:57 INFO (MainThread) [supervisor.homeassistant] Detect a running Home Assistant instance
20-03-23 17:28:57 INFO (MainThread) [supervisor.homeassistant] Successful run Home Assistant 0.107.5
20-03-23 17:29:08 INFO (SyncWorker_4) [supervisor.docker.interface] Cleanup images: ['homeassistant/qemux86-64-homeassistant:0.106.6']
20-03-23 17:38:57 INFO (MainThread) [supervisor.updater] Fetch update data from https://version.home-assistant.io/stable.json
I am running Nginx also. Do you think the supervisor (new name) could be killing the it’s process as part of the update, then the internet connection is down till the update is finished?
Had the same issue, except with an OS update, oddly enough HA updates don’t seem to have this issue for me. As a work around I found you can SSH into the host, and run the following command, which will apply the update and reboot the host with no nginx errors:
ha os update
I assume the same would work for HA updates, but with: