I just did a fresh installation of HA on an Ubuntu server using docker. Followed these instructions
root@Plex:~# curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-i nstaller/master/hassio_install.sh" | bash -s
[Info] Install supervisor Docker container
[Info] Install supervisor startup scripts
[Info] Install AppArmor scripts
[Info] Run Hass.io
Docker and HA both installed without error. The HA GUI comes up fine. However, I’m seeing a lot of errors in the home-assistant.log.
2020-02-27 15:51:25 ERROR (MainThread) [homeassistant.components.updater] Could not contact Home Assistant Update to check for updates
2020-02-27 15:51:25 ERROR (MainThread) [homeassistant.components.updater] Error fetching Home Assistant update data:
2020-02-27 15:51:26 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 830, in _resolve_host
self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.7/site-packages/aiohttp/resolver.py", line 30, in resolve
host, port, type=socket.SOCK_STREAM, family=family)
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 788, in getaddrinfo
None, getaddr_func, host, port, family, type, proto, flags)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/socket.py", line 752, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
2020-02-27 15:51:26 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned Cannot connect to host aa015h6buqvih86i1.api.met.no:443 ssl:None [Try again]
2020-02-27 15:51:26 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 19 minutes
2020-02-27 15:51:31 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2020-02-27 15:51:36 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
2020-02-27 15:51:36 WARNING (MainThread) [homeassistant.components.hassio] Not connected with Hass.io / system to busy!
2020-02-27 15:51:46 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /homeassistant/options request
2020-02-27 15:51:56 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/options request
2020-02-27 15:52:06 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /homeassistant/info request
2020-02-27 15:52:06 WARNING (MainThread) [homeassistant.components.hassio] Can't read last version:
2020-02-27 15:52:16 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /ingress/panels request
2020-02-27 15:52:16 ERROR (MainThread) [homeassistant.components.hassio.addon_panel] Can't read panel info:
2020-02-27 15:52:17 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 967, in _create_direct_connection
traces=traces), loop=self._loop)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 830, in _resolve_host
self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.7/site-packages/aiohttp/resolver.py", line 30, in resolve
host, port, type=socket.SOCK_STREAM, family=family)
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 788, in getaddrinfo
None, getaddr_func, host, port, family, type, proto, flags)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/socket.py", line 752, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 109, in async_init
result = await self._async_handle_step(flow, flow.init_step, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 172, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 270, in async_step_discovery
return await self.async_step_pick_implementation()
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 202, in async_step_pick_implementation
implementations = await async_get_implementations(self.hass, self.DOMAIN)
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 315, in async_get_implementations
implementation = await get_impl(hass, domain)
File "/usr/src/homeassistant/homeassistant/components/cloud/account_link.py", line 29, in async_provide_implementation
services = await _get_services(hass)
File "/usr/src/homeassistant/homeassistant/components/cloud/account_link.py", line 76, in _get_services
services = await account_link.async_fetch_available_services(hass.data[DOMAIN])
File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/account_link.py", line 120, in async_fetch_available_services
resp = await cloud.client.websession.post(f"{cloud.account_link_url}/services")
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 483, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 859, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 971, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host account-link.nabucasa.com:443 ssl:None [Try again]
2020-02-27 15:52:27 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /discovery request
2020-02-27 15:52:27 ERROR (MainThread) [homeassistant.components.hassio.discovery] Can't read discover info:
The configuration.yaml is unchanged from the initial install
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml