Two errors and unresponsive Hass.io tab with a clean instal

Today I wanted to migrate my Hass.io from ResinOS to brand new HassOS. But I encountered the strangest thing. When I boot a clean install with HassOS 32bit I get two errors: “Setup of config is taking over 10 seconds.” and “Timer got out of sync. Resetting”. Also I can’t open the Hass.io tab from the UI. I’ve haven’t done any changes to the config. Maybe it got to do with some discovered devices?

Any advice what might be the case?

Got an extra error! Here is my Home Assistant log:

2018-08-05 14:32:34 WARNING (MainThread) [homeassistant.components.http] You have been advised to set http.api_password.
2018-08-05 14:35:02 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-08-05 14:35:18 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
2018-08-05 14:35:28 WARNING (MainThread) [homeassistant.components.hue] Connected to Hue at 192.168.x.xx but not registered.
2018-08-05 14:35:28 WARNING (MainThread) [homeassistant.components.hue] Connected to Hue at 192.168.x.xx but not registered.
2018-08-05 14:47:02 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 230, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 297, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2018-08-05 14:50:02 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 230, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 297, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

New user here. Seeing same issue of hass.io tab being empty. Not a great first experience :slight_smile:

Any recommendations on how to fix this?

There is a workaround to get the Hass.io tab running again. In my case I hat to restart my Home Assistant from the settings page. After that and a hard refresh of the page I get the a working Hass.io tab.

I only keep getting the “Setup of config is taking over 10 seconds.” warning in my logs. Strange…

I wouldn’t worry about the 10 second startup warnings. They have been around a while and do not seem to have any impact.

No worries. Only bit strange in a fresh instal.