Hi guys, I just figured this out when it comes to RPi first setup.
It is trying to access https://ip-api.com
IP Geolocation API
and it is normally blocked by ad blockers and such, in my case pfsense pfblockerng.
Give it a bit of time, you can check if it’s retrying by exposing the log by clicking the blue circle, if it didn’t retry in the last minute or two, it’s updating.
Kinda weird that the self-proclaimed privacy-first piece of software is first of all relying on an internet connection to setup, and second to get my location first.
Please someone forward this or fix directly, I’m too annoyed for the time being and have to get the lights back
As for the docker/addon install issues, switched Supervisor to the beta channel and updated HassOS to 5.10, that fixed the problem. Potentially try unplugging the USB drive as well, if not using.
On latest 5.10 RPi 4 image and cannot get past the ‘Preparing Home Assistant’ for 20m screen. No USB of ANY kind install on RPI. 1d so far preparing home assistant and reboot 1x but still stuck.
If I go to http://ip-api.com my ip instantly comes up on my main pc and shows my correct IP.
I have been tried this process several times and after waiting for several hours (4 , 6…) nothing happens. In that point I need to restart some times (4 or 5) until the system can start in the last working version.
I am in a loop and I can not update to the HassOS 5.10. After using home assistant during a couple of years this is the worst issue I’ve ever found and it is a very frustrating situation.
Have you guys signed up for docker registry and added it in the add ons?
If not go to docker hub get an account then go into add on store and add hub.docker.com as a registry with your credentials.
a new clean installation was the solution in my case, i continue reconfiguring some integrations and recovering my dashboard three days later, but I wanted to update asap to be safe about the recentely discovered security bugs
Hmmm I’m still getting stuck on this. Have a Raspberry Pi4 8GB, nothing on it just the flashed image of hassos_rpi4-64-4.20.img.gz on LAN port. I’m running another Pi on another Lan port with Pihole and Unbound, dunno if this is why it keeps giving me this error on my set up screen, http://homeassistant:8123.
21-01-24 20:01:44 INFO (SyncWorker_4) [supervisor.docker.interface] Updating image homeassistant/raspberrypi4-64-homeassistant:landingpage to homeassistant/raspberrypi4-64-homeassistant:2021.1.5
21-01-24 20:01:44 INFO (SyncWorker_4) [supervisor.docker.interface] Downloading docker image homeassistant/raspberrypi4-64-homeassistant with tag 2021.1.5.
21-01-24 20:01:59 ERROR (SyncWorker_4) [supervisor.docker.interface] Can't install homeassistant/raspberrypi4-64-homeassistant:2021.1.5 -> 500 Server Error for http+docker://localhost/v1.40/images/create?tag=2021.1.5&fromImage=homeassistant%2Fraspberrypi4-64-homeassistant: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)").
21-01-24 20:01:59 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
Been going through the thread with no success dunno what else I can do. Did I over read something?
I have had this problem on proxmox virtualization of HA resolved it by logging as root from console and adding dns adresses.
nmcli c mod $(nmcli -g uuid c) ipv4.method manual ipv4.addresses “your.HA.IP/24.i.e.192.168.1.50” ipv4.gateway “your.Router.IP.i.e.192.168.1.1” ipv4.dns “8.8.8.8,8.8.4.4”