Since the last update I was running into problems with my HA installation on my NUC in a docker environment.
HA itself is running fine, but:
Issues:
I can’t update (tried to update to 0.105.5).
I can’t restore the core system to a snapshot (tried to downgrade via snapshot to 0.104.x; system keeps staying on 0.105.1)
I can’t install a new addon
I can’t update an existing addon
Was able to update supervisor from 200 to 201.
I tried so far:
reboot / restart
hassio su repair
–> successfully
snapshot restore
—> core HA release keeps the same
as normally “404” errors are related to lacking disk space:
df -hl
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 785M 2.1M 783M 1% /run
/dev/nvme0n1p2 228G 46G 171G 22% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/8268
/dev/loop1 92M 92M 0 100% /snap/core/8592
/dev/nvme0n1p1 511M 6.1M 505M 2% /boot/efi
tmpfs 785M 0 785M 0% /run/user/1000
axel@nucels:~$
—> I have plenty of unused disk space
the errors are:
20-02-18 08:53:34 ERROR (SyncWorker_3) [hassio.docker] Can’t create container from addon_core_check_config: 404 Client Error: Not Found (“No such image: homeassistant/amd64-addon-check_config:3.1”)
20-02-18 10:02:52 ERROR (SyncWorker_8) [hassio.docker.interface] Can’t install homeassistant/amd64-addon-check_config:3.1 -> 404 Client Error: Not Found (“no such image: homeassistant/amd64-addon-check_config:3.1: No such image: homeassistant/amd64-addon-check_config:3.1”).
20-02-18 10:12:17 ERROR (SyncWorker_14) [hassio.docker.interface] Can’t install hassioaddons/vscode-amd64:2.0.0 -> 404 Client Error: Not Found (“no such image: hassioaddons/vscode-amd64:2.0.0: No such image: hassioaddons/vscode-amd64:2.0.0”).
20-02-18 12:16:54 INFO (SyncWorker_15) [hassio.docker.interface] Update image hassioaddons/vscode-amd64:1.2.3 to hassioaddons/vscode-amd64:2.0.0
20-02-18 12:16:54 INFO (SyncWorker_15) [hassio.docker.interface] Pull image hassioaddons/vscode-amd64 tag 2.0.0.
20-02-18 12:44:42 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
20-02-18 12:47:53 ERROR (SyncWorker_15) [hassio.docker.interface] Can’t install hassioaddons/vscode-amd64:2.0.0 -> 404 Client Error: Not Found (“no such image: hassioaddons/vscode-amd64:2.0.0: No such image: hassioaddons/vscode-amd64:2.0.0”).
20-02-18 12:47:53 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished coro=<AddonManager.update() done, defined at /usr/src/hassio/hassio/addons/init.py:186> exception=AddonsError()>
Traceback (most recent call last):
File “/usr/src/hassio/hassio/addons/init.py”, line 216, in update
raise AddonsError() from None
hassio.exceptions.AddonsError
My idea is that the HA core is kind of blocked for further changes as it might be “thinking” it is still updating.
Any idea what I can do next?
thanks
fregatte