Error updating to 0.113.1

This the error in log, currently on 0.112

omeassistant:0.113.1
20-07-25 18:44:14 INFO (SyncWorker_0) [supervisor.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.113.1.
20-07-25 18:46:03 ERROR (SyncWorker_0) [supervisor.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.113.1 -> 404 Client Error: Not Found (“no such image: homeassistant/qemux86-64-homeassistant:0.113.1: No such image: homeassistant/qemux86-64-homeassistant:0.113.1”).
20-07-25 18:46:03 WARNING (MainThread) [supervisor.homeassistant] Update Home Assistant image fails
20-07-25 18:46:03 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name=‘Task-641983’ coro=<process_lock..wrap_api() done, defined at /usr/src/supervisor/supervisor/utils/init.py:22> exception=HomeAssistantUpdateError()>
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/utils/init.py”, line 31, in wrap_api
return await method(api, *args, **kwargs)
File “/usr/src/supervisor/supervisor/homeassistant.py”, line 362, in update
raise HomeAssistantUpdateError()
supervisor.exceptions.HomeAssistantUpdateError

That usually means it had insufficient storage space to download and store the 0.113.1 image file.

You will need to make more room on your storage drive (SD card?).

Don’t forget to vote :wink:

1 Like

Yes it was space, now what is it?

07-26 16:34:16 INFO (SyncWorker_5) [supervisor.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.113.1
20-07-26 16:34:38 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation in progress
20-07-26 16:36:57 INFO (MainThread) [supervisor.homeassistant] Home Assistant pip installation done
20-07-26 16:42:39 INFO (MainThread) [supervisor.homeassistant] Updated Home Assistant API token
20-07-26 16:47:00 WARNING (MainThread) [supervisor.homeassistant] Don’t wait anymore of Home Assistant startup!
20-07-26 16:47:00 CRITICAL (MainThread) [supervisor.homeassistant] HomeAssistant update fails -> rollback!
20-07-26 16:47:00 INFO (MainThread) [supervisor.homeassistant] Update Home Assistant to version 0.112.4
20-07-26 16:47:00 INFO (SyncWorker_5) [supervisor.docker.interface