Unable to restart Hassio

Hi,

Just upgraded to version 0.81. After that I get the following error trying to restart the system from within hassio:

Log Details (ERROR)
Sat Oct 27 2018 20:26:57 GMT+0200 (centraleuropeisk sommartid)

Error executing service <ServiceCall homeassistant.restart (c:15ccb382aaf9493eaa9fc173d8adff07)>
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1177, in _event_to_service_call
    await service_handler.func(service_call)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/hassio/__init__.py", line 264, in async_handle_core_service
    error = await async_check_config(hass)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/hassio/__init__.py", line 147, in async_check_config
    if result['result'] == "error":
UnboundLocalError: local variable 'result' referenced before assignment

Any ideas? big thanks!

Best regards,
Tobias

I’m running 0.80.3, and getting the same errors.

The only way I’ve found to reliably restart HA is by using a keyboard connected to the Raspberry PI console.

hmm. ok… that´s far from optimal since its well tucked away…

Anyone else that has solved this differently?

EDIT: Below only worked one time…

Sort of solved it - see if it works for you.

install the SSH add-on

SSH into the raspberry, username: root, password: what it says in the SSH addon
type:
hassio host reboot
wait… type
hassio homesassistant restart
wait…

worked for me…

EDIT 2:
hassio ha stop
followed by…
hassio ha start
worked another time…