HomeAssistant 2024.10.1 update fails with 404 for local image

Hello everyone,

I have HA running on PI4:

  • Core2024.9.3
  • Supervisor2024.10.0
  • Operating System13.0

When I try to update to 2024.10.1. It just fails, I’ve restarted HA fully a few times, but in vain.

The error is always the same:

2024-10-09 18:47:57.761 ERROR (MainThread) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.10.1: 404 Client Error for http+docker://localhost/v1.45/images/ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.10.1/json: Not Found (“No such image: Package raspberrypi4-64-homeassistant · GitHub”)

Some similar topics suggested VPN issues, which I don’t use. ghcr.io is reachable from HA (checked from SSH terminal). There’s enough disk space as well…

Any ideas?

I had the same problem on a bare metal installation. pip install --upgrade caused a 404 error.

I was getting a

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
aiohttp-fast-url-dispatcher 0.3.0 requires aiohttp<3.10,>=3.8.5, but you have aiohttp 3.10.8 which is incompatible.

pip install -Iv aiohttp==3.10

“fixed” it for me. There were some errors, bu the web interface is back…

And fallback to 2024.9.3

so for me it’s bad network. Pi4 is on wifi, and lately it became pretty bad. Don’t know what’s the reason though.
Anyway I was able to docker pull the image on local pc, docker save to file, compress, copy it via scp to HA and use docker load to load the image, then update works :slight_smile:

Now I am looking for USB wifi dongle for Pi4… It’s too complicated to get LAN cable there…

Now I use USB Wifi dongle for Pi4 based on RTL8812BU chip, it’s supported out of the box.
It was a bit tricky to make it work, but now wifi connection is much better and faster, now problems with updates so far.