Tried for several times to upgrade from 0.100.2 to 0.100.3
This is in the log:
19-10-26 18:03:15 ERROR (SyncWorker_1) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.100.3 -> 404 Client Error: Not Found (“no such image: homeassistant/raspberrypi3-homeassistant:0.100.3: No such image: homeassistant/raspberrypi3-homeassistant:0.100.3”).
19-10-26 18:03:15 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
404
often means a problem with insufficient disk space.
Ok, thanks for your reply…
I will check how much there is left on the card
Looks like I have the same problem and I’m not running out of space. Overlay has 23 GB left:
core-ssh:~# df -h
Filesystem Size Used Available Use% Mounted on
overlay 27.7G 3.3G 23.0G 13% /
tmpfs 64.0M 0 64.0M 0% /dev
tmpfs 463.1M 0 463.1M 0% /sys/fs/cgroup
/dev/root 90.1M 90.1M 0 100% /dev/init
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /ssl
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /addons
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /backup
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /share
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /data
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /config
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /etc/resolv.conf
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /etc/hostname
/dev/mmcblk0p8 27.7G 3.3G 23.0G 13% /etc/hosts
shm 64.0M 0 64.0M 0% /dev/shm
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 463.1M 0 463.1M 0% /sys/firmware
I upgraded to 101.0.b2 several times …it didn’t work and it reverts to 100.3 …last try ended up in unreachable Webinterface. Some automations are still working but hassio itself seems very dead to me . As I don’t have ssh add-on I can’t use hassio commands. Amy hint how to revert to 100.3?
Do you have an api_passsword in http in your config? I did and I was getting this in the logs. I run hassio on Debian so I had to connect to my host and then run after a couple of minutes after clicking the update in dashboard.
docker logs homeassistant
Once I did this I saw the following
2019-10-27 20:50:48 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: [api_password] is an invalid option for [http]. Check: http->http->api_password. (See /config/configuration.yaml, line 31). Please check the docs at https://home-assistant.io/integrations/http/
I removed the api_password from the configuration.
then it came up with this.
2019-10-27 21:09:49 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: [trusted_networks] is an invalid option for [http]. Check: http->http->trusted_networks. (See /config/configuration.yaml, line 32). Please check the docs at https://home-assistant.io/integrations/http/
2019-10-27 21:09:49 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
so I removed trusted_networks
Thanks for the hint about space left on SD Card…
Removed the database…and the upgrade went on alright…
Thanks again !!