Hassio 0.78 update - Hassio could not be set up

Hi All,

I’ve seen a couple of similar troubles but I thought for sure it would be fixed with 0.78.1.

I’m running a RPi 3B+ and upon updating to HassOS 0.78 I was greeted with a lovely message:

Invalid Config:
The following components and platforms could not be set up:

Please check your config.

The dev panel gives me no indication on whats really going on.

SSH seems to be telling me I’m running supervisor ver 1.31?

Any insight or known problem information would be very helpful.

Thank you

Linton

Same here but in my logs I get errors concerning Zone 2 of my Yamaha amp. I can’t post those errors right now because HA is failing to reboot LOL.

OK logs are here, perhaps you have the same?

Update for media_player.yamaha_receiver_zone_2 fails

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 224, in async_update_ha_state
yield from self.async_device_update()
  File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 353, in async_device_update
yield from self.hass.async_add_job(self.update)
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/media_player/yamaha.py", line 187, in update
self._sound_mode = self.receiver.surround_program
  File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 296, in surround_program
response = self._request('GET', request_text)
  File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request
response = ET.XML(res.content)  # releases connection to the pool
  File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML
return parser.close()
  File "<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0

AND

Invalid XML returned for request &lt;YAMAHA_AV cmd="GET"&gt;&lt;Zone_2&gt;&lt;Surround&gt;&lt;Program_Sel&gt;&lt;Current&gt;GetParam&lt;/Current&gt;&lt;/Program_Sel&gt;&lt;/Surround&gt;&lt;/Zone_2&gt;&lt;/YAMAHA_AV&gt;: b''

Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request response = ET.XML(res.content) # releases connection to the pool File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML return parser.close() File "&lt;string&gt;", line None xml.etree.ElementTree.ParseError: no element found: line 1, column 0

Hey @JS1,

The only real associated errors I can find are:

ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
ERROR (MainThread) [homeassistant.components.hassio] Not connected with Hass.io
ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize.

I have a number of python errors but they seem to be associated with Chromecast and netgear which go bung from time to time

This probably won’t help in your case but I updated my configuration file to ignore Zone 2 of my Yamaha amp and the problem seems to have gone away. I would perhaps have a look at any problems with media players in your setup. Perhaps comment out any malfunctioning ones and see if that helps. I’m going to report the Yamaha bug.

Good luck!

Hi,

I have the same problem after clean installation on my Odroid HC2 (I use https://github.com/home-assistant/hassio-build/blob/master/install/README.md method).
Everything went well no error during installation (but I do not have network-manager if that is matter).
I can access HA on port 8123 but I do not have hassio tab and errors like:
2018-11-30 02:25:43 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2018-11-30 02:25:43 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
2018-11-30 02:25:43 ERROR (MainThread) [homeassistant.components.hassio] Not connected with Hass.io
2018-11-30 02:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 10.0 seconds.
2018-11-30 02:25:43 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize

I am using Portainer to manage my docker containers, I can see that both containers are working hassio on bridge and hassio networks, homeassistant as host.
Any idea why hassio is not connecting, please?

I believe for hassio tab to appear you need
hassio:
In your configuration yaml

I have added it rebooted no luck still the same error, I think this is somehow related to network configuration as is ping request failed.

OK I have found was wrong finally, I have missing package socat. I have installed it and all is working beautifully.