Hello.
I installed hassio with docker and since yesterday it worked fine. Today, without modifying anything, I can’t start hasssio, and from the docker’s log, I see:
19-04-25 12:20:22 ERROR (SyncWorker_4) [hassio.docker.interface] Can’t install homeassistant/armhf-hassio-supervisor:162 -> 404 Client Error: Not Found (“no such image: homeassistant/armhf-hassio-supervisor:162: No such image: homeassistant/armhf-hassio-supervisor:162”).
19-04-25 12:20:22 ERROR (MainThread) [hassio.supervisor] Update of Hass.io fails!
19-04-25 12:20:22 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished coro=<HassIO.start() done, defined at /usr/local/lib/python3.7/site-packages/hassio/core.py:71> exception=SupervisorUpdateError()>
So, it seems that it’s searching for an UPDATE. how can I fix that? Note that I did not set any auto-upgrade function…
thanks