I’m having a problem upgrading my Hassbian installation. After running the script to do the upgrade work it quickly fails and prints red warnings in my terminal. Hass seems to restart itself afterwards, but there’s no upgrade completed. I’ve pasted the entire message here: https://pastebin.com/McN4V8fP but here is what looks to be relevant:
==========================
pi@hassbian:~ $ sudo hassbian-config upgrade home-assistant
Home Assistant upgrade script for Hassbian
Original concept by Landrash https://github.com/Landrash
Modyfied by Ludeeus https://github.im/Ludeeus
Stopping Home Assistant
Changing to the homeassistant user
Changing to Home Assistant venv
Installing latest version of Home Assistant
Exception:
Traceback (most recent call last):
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connection.py”, line 138, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/connection.py”, line 98, in create_connection
raise err
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/connection.py”, line 88, in create_connection
sock.connect(sa)
socket.timeout: timed out
…lots more red text…
Deactivating virtualenv
Restarting Home Assistant
Uppgrade complete.
Note that it may take some time to start up after an upgrade.
If you have issues with this script, please say something in the #Hassbian channel on Discord.
There doesn’t seem to be a #hassbian channel on discord, so hope that someone here can point me appropriately.