I attempted an upgrade of my Hass.io install using the button in the Hass.io menu in the web interface.
Nothing seemed to happen and then everything stopped responding.
After a few hours of waiting I restarted the host machine with no change.
The SMB shares are still running so I guess it’s there somewhere.
This is the only log info I could find which was in /config/home-assistant.txt
I can’t make any sense of it.
2018-05-29 12:27:59 ERROR (MainThread) [homeassistant.components.tts] Error on cache init Can’t init cache dir [Errno 2] No such file or directory: ‘/home/homeassistant/.homeassistant/tts’
2018-05-29 12:27:59 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Component failed to initialize.
2018-05-29 12:28:12 WARNING (SyncWorker_4) [netdisco.ssdp] Error fetching description at 192.168.1.110
2018-05-29 12:28:12 ERROR (SyncWorker_4) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 12:28:12 WARNING (SyncWorker_4) [netdisco.ssdp] Error fetching description at http://[fe80::215:f2ff:fe37:6eea]:6544/getDeviceDesc
2018-05-29 13:28:03 ERROR (MainThread) [homeassistant.components.updater] Could not contact Home Assistant Update to check for updates
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-29 21:49:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
Do I need to wipe and start over? Luckily I did a backup prior to clicking that update button.
I had similar symptoms and in my case it turned out that I ran out of disk space. My database had become very big. If you are using the default database you can delete the home-assistant_v2.db file (and lose your history data, but not your configurations).
If you are able ssh into hassio, then you can check disk space with df -h.
I was unable to so and had to do the following from an ssh to the machine running Docker which was running hassio and all addon containers:
docker ps -s
This gives you a list of containers, look for the CONTAINER ID of the one called homeassistant/qemux86-64-homeassistant or similar, just not the supervisor or addon containers.
docker exec -it <<CONTAINER ID>>> /bin/bash
This will get you in a shell inside the container with interactive mode.
So something new and weird for this.
My Hass.io install can back up after a host reboot, which BTW hadn’t worked the 10 times I tried before. Hass.io reports it’s now .70 but the Configurator and the HAss.io menu items do not work, everything else seems to be functional though.
So a bit more information on this. Earlier when I connected on my cell phone I got an error message about not being able to load a panel.
Now on the phone I don’t get anything for configurator or Hass.io.
The log on the info screen have python errors in it.
Error doing job: Fatal error on SSL transport
Traceback (most recent call last):
File “/usr/lib/python3.6/asyncio/sslproto.py”, line 638, in _process_write_backlog
ssldata, offset = self._sslpipe.feed_appdata(data, offset)
AttributeError: ‘NoneType’ object has no attribute ‘feed_appdata’