404 installing updating to 107.5

I’m running Home Assistant and trying to update via the supervisor screen to 107.5. However, I’m getting a 404 back in the logs. Any pointers here would be appreciated.

ERROR (SyncWorker_17) [supervisor.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.107.5 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.107.5: No such image: homeassistant/raspberrypi3-homeassistant:0.107.5").

Out of space. Looks like it not download image.

Is SD card/storage full?

1 Like

Having the same issue trying to update to 107.5

20-03-22 15:51:56 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.107.5
20-03-22 15:51:56 INFO (SyncWorker_10) [supervisor.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.103.3 to homeassistant/raspberrypi3-homeassistant:0.107.5
20-03-22 15:51:56 INFO (SyncWorker_10) [supervisor.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.107.5.
20-03-22 15:53:47 ERROR (SyncWorker_10) [supervisor.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.107.5 -> 404 Client Error: Not Found (“no such image: homeassistant/raspberrypi3-homeassistant:0.107.5: No such image: homeassistant/raspberrypi3-homeassistant:0.107.5”).
20-03-22 15:53:47 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails

➜ ~ df -h
Filesystem Size Used Available Use% Mounted on
overlay 28.6G 5.9G 21.2G 22% /
tmpfs 64.0M 0 64.0M 0% /dev
tmpfs 462.0M 0 462.0M 0% /sys/fs/cgroup
shm 64.0M 64.0K 63.9M 0% /dev/shm
/dev/root 93.8M 93.8M 0 100% /sbin/docker-init
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /addons
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /data
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /config
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /ssl
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /backup
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /share
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /etc/asound.conf
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /run/audio
tmpfs 462.0M 684.0K 461.3M 0% /run/dbus
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /etc/hostname
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /etc/resolv.conf
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /etc/hosts
/dev/mmcblk0p8 28.6G 5.9G 21.2G 22% /etc/pulse/client.conf
tmpfs 462.0M 0 462.0M 0% /proc/asound
tmpfs 64.0M 0 64.0M 0% /proc/keys
tmpfs 64.0M 0 64.0M 0% /proc/latency_stats
tmpfs 64.0M 0 64.0M 0% /proc/timer_list
tmpfs 64.0M 0 64.0M 0% /proc/sched_debug
tmpfs 462.0M 0 462.0M 0% /sys/firmware
➜ ~

My attempt to upgrade from 0.107.4 to 0.107.5 via failed with same error:

20-03-22 15:06:21 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.107.5
20-03-22 15:06:21 INFO (SyncWorker_14) [supervisor.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.107.4 to homeassistant/raspberrypi3-homeassistant:0.107.5
20-03-22 15:06:21 INFO (SyncWorker_14) [supervisor.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.107.5.
20-03-22 15:11:52 ERROR (SyncWorker_14) [supervisor.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.107.5 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.107.5: No such image: homeassistant/raspberrypi3-homeassistant:0.107.5").
20-03-22 15:11:52 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails
I was able to successfully update using the following steps:
From your Home Assistant web page:
STEP 1. Install and start “Terminal & SSH” addon from Supervisor ADD-ON-STORE if not installed.  RESULT: “Terminal” is now listed on left column of your Home Assistant page.
STEP 2. Click on “Terminal” to open  a command line interface terminal window.
RESULT: Home assistant Terminal displays.
STEP 3. ENTER: ha core info         ------------------------> # Get HA Config Info
RESULT:
arch: armv7
audio_input: null
audio_output: null
boot: true
custom: false
image: homeassistant/raspberrypi3-homeassistant
ip_address: <your external internet facing IP address>
last_version: 0.107.5           ------------------------> # Version of failed update.
machine: raspberrypi3
port: 8123
ssl: false
version: 0.107.4                 ------------------------> # Current HA version
wait_boot: 600
watchdog: true
<current folder>$ 
STEP 4. ENTER: ha core update      ------------------------> # Start update; wait for completion
RESULT:
Processing... Done

Command completed successfully.       ------------------------> #  Update Completed
<current folder>$ 
STEP 5. ENTER: 
ha core info                                         ------------------------>  # Get HA Core Config Info
RESULT: 
arch: armv7
audio_input: null
audio_output: null
boot: true
custom: false
image: homeassistant/raspberrypi3-homeassistant
ip_address: 172.30.32.1
last_version: 0.107.5
machine: raspberrypi3
port: 8123
ssl: false
version: 0.107.5                         ------------------------>   # New Version – Success!
wait_boot: 600
watchdog: true
<current folder>$ 
STEP 6. ENTER: exit                 ------------------------>   # exit ssh session.
Result:
<Host computer prompt.>

Thanks @ha-andreghub!

Running “ha core update” solved my update problem.

Did not work in my case. Running hass.io

ha core update

20-03-23 15:50:08 INFO (MainThread) [supervisor.api.security] /core/update access from core_ssh
20-03-23 15:50:08 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.107.5
20-03-23 15:50:08 INFO (SyncWorker_11) [supervisor.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.107.3 to homeassistant/raspberrypi3-homeassistant:0.107.5
20-03-23 15:50:08 INFO (SyncWorker_11) [supervisor.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.107.5.
20-03-23 15:59:10 ERROR (SyncWorker_11) [supervisor.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.107.5 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.107.5: No such image: homeassistant/raspberrypi3-homeassistant:0.107.5").
20-03-23 15:59:10 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails

No other errors before or after that.

I was able to install just running the update a second time from the supervisor interface. Not sure why it worked the second time, but I didn’t do anything different.

This is not good… first time this happened.