I am in same situation, someone please post a solution.
2018-11-29 19:11:14 WARNING (MainThread) [homeassistant.components.http] legacy_api_password support has been enabled. If you don’t require it, remove the ‘api_password’ from your http config.
2018-11-29 19:11:18 WARNING (Recorder) [homeassistant.components.recorder.migration] Database requires upgrade. Schema version: 7
2018-11-29 19:11:25 ERROR (SyncWorker_8) [homeassistant.components.sensor.darksky] Unable to connect to Dark Sky: HTTPSConnectionPool(host=‘api.darksky.net’, port=443): Max retries exceeded with url: /forecast/?units=si&lang=en (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x72b8c850>: Failed to establish a new connection: [Errno -3] Try again’,))
2018-11-29 19:11:27 ERROR (SyncWorker_2) [homeassistant.components.weather.openweathermap] Exception when calling OWM web API to update data
2018-11-29 19:11:34 WARNING (MainThread) [homeassistant.components.weather] Setup of platform openweathermap is taking over 10 seconds.
2018-11-29 19:11:34 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform wunderground is taking over 10 seconds.
2018-11-29 19:11:34 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform darksky is taking over 10 seconds.
2018-11-29 19:11:34 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform nest is taking over 10 seconds.
2018-11-29 19:11:34 WARNING (MainThread) [homeassistant.components.climate] Setup of platform nest is taking over 10 seconds.
2018-11-29 19:11:34 WARNING (MainThread) [homeassistant.components.camera] Setup of platform nest is taking over 10 seconds.
2018-11-29 19:11:34 ERROR (MainThread) [homeassistant.components.sensor.wunderground] Error fetching WUnderground data: TimeoutError()
2018-11-29 19:11:34 ERROR (MainThread) [homeassistant.components.notify] Error setting up platform pushbullet
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/urllib3/connection.py”, line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File “/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py”, line 57, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File “/usr/local/lib/python3.6/socket.py”, line 745, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 600, in urlopen
chunked=chunked)
File “/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 343, in _make_request
self._validate_conn(conn)
File “/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 839, in _validate_conn
conn.connect()
File “/usr/local/lib/python3.6/site-packages/urllib3/connection.py”, line 301, in connect
conn = self._new_conn()
File “/usr/local/lib/python3.6/site-packages/urllib3/connection.py”, line 168, in _new_conn
self, “Failed to establish a new connection: %s” % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x70495750>: Failed to establish a new connection: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/requests/adapters.py”, line 449, in send
timeout=timeout
File “/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File “/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py”, line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘api.pushbullet.com’, port=443): Max retries exceeded with url: /v2/devices (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x70495750>: Failed to establish a new connection: [Errno -3] Try again’,))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/notify/init.py”, line 76, in async_setup_platform
platform.get_service, hass, p_config, discovery_info)
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/notify/pushbullet.py”, line 38, in get_service
pushbullet = PushBullet(config[CONF_API_KEY])
File “/usr/local/lib/python3.6/site-packages/pushbullet/pushbullet.py”, line 43, in init
self.refresh()
File “/usr/local/lib/python3.6/site-packages/pushbullet/pushbullet.py”, line 381, in refresh
self._load_devices()
File “/usr/local/lib/python3.6/site-packages/pushbullet/pushbullet.py”, line 78, in _load_devices
resp_dict = self._get_data(self.DEVICES_URL)
File “/usr/local/lib/python3.6/site-packages/pushbullet/pushbullet.py”, line 64, in _get_data
resp = self._session.get(url)
File “/usr/local/lib/python3.6/site-packages/requests/sessions.py”, line 537, in get
return self.request(‘GET’, url, **kwargs)
File “/usr/local/lib/python3.6/site-packages/requests/sessions.py”, line 524, in request
resp = self.send(prep, **send_kwargs)
File “/usr/local/lib/python3.6/site-packages/requests/sessions.py”, line 637, in send
r = adapter.send(request, **kwargs)
File “/usr/local/lib/python3.6/site-packages/requests/adapters.py”, line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘api.pushbullet.com’, port=443): Max retries exceeded with url: /v2/devices (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x70495750>: Failed to establish a new connection: [Errno -3] Try again’,))
2018-11-29 19:11:49 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 356, in _async_add_entity
await entity.async_update_ha_state()
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 232, in async_update_ha_state
state = self.state
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/init.py”, line 174, in state
return self.condition
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 105, in condition
return [k for k, v in CONDITION_CLASSES.items() if
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 106, in
self.data.get_weather_code() in v][0]
AttributeError: ‘NoneType’ object has no attribute ‘get_weather_code’
2018-11-29 19:11:49 WARNING (MainThread) [homeassistant.components.sensor] Platform wunderground not ready yet. Retrying in 30 seconds.
2018-11-29 19:11:59 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform nest is taking over 10 seconds.
2018-11-29 19:12:15 ERROR (MainThread) [homeassistant.setup] Error during setup of component hassio
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/setup.py”, line 145, in _async_setup_component
hass, processed_config)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/hassio/init.py”, line 178, in async_setup
user = await hass.auth.async_get_user(data[‘hassio_user’])
File “/usr/local/lib/python3.6/site-packages/homeassistant/auth/init.py”, line 118, in async_get_user
return await self._store.async_get_user(user_id)
File “/usr/local/lib/python3.6/site-packages/homeassistant/auth/auth_store.py”, line 56, in async_get_user
await self._async_load()
File “/usr/local/lib/python3.6/site-packages/homeassistant/auth/auth_store.py”, line 247, in _async_load
name=group_dict[‘name’],
KeyError: ‘name’
2018-11-29 19:12:20 ERROR (SyncWorker_19) [homeassistant.components.weather.openweathermap] Exception when calling OWM web API to update data
2018-11-29 19:12:20 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 232, in async_update_ha_state
state = self.state
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/init.py”, line 174, in state
return self.condition
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 105, in condition
return [k for k, v in CONDITION_CLASSES.items() if
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 106, in
self.data.get_weather_code() in v][0]
AttributeError: ‘NoneType’ object has no attribute ‘get_weather_code’
2018-11-29 19:12:25 ERROR (MainThread) [homeassistant.components.sensor.wunderground] Error fetching WUnderground data: ClientConnectorError(-3, ‘Try again’)
2018-11-29 19:12:25 WARNING (MainThread) [homeassistant.components.sensor] Platform wunderground not ready yet. Retrying in 60 seconds.
2018-11-29 19:12:36 ERROR (SyncWorker_18) [homeassistant.components.weather.openweathermap] Exception when calling OWM web API to update data
2018-11-29 19:12:36 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 232, in async_update_ha_state
state = self.state
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/init.py”, line 174, in state
return self.condition
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 105, in condition
return [k for k, v in CONDITION_CLASSES.items() if
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 106, in
self.data.get_weather_code() in v][0]
AttributeError: ‘NoneType’ object has no attribute ‘get_weather_code’
2018-11-29 19:12:52 ERROR (SyncWorker_3) [homeassistant.components.weather.openweathermap] Exception when calling OWM web API to update data
2018-11-29 19:12:52 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 232, in async_update_ha_state
state = self.state
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/init.py”, line 174, in state
return self.condition
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 105, in condition
return [k for k, v in CONDITION_CLASSES.items() if
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 106, in
self.data.get_weather_code() in v][0]
AttributeError: ‘NoneType’ object has no attribute ‘get_weather_code’
2018-11-29 19:13:08 ERROR (SyncWorker_8) [homeassistant.components.weather.openweathermap] Exception when calling OWM web API to update data
2018-11-29 19:13:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 232, in async_update_ha_state
state = self.state
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/init.py”, line 174, in state
return self.condition
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 105, in condition
return [k for k, v in CONDITION_CLASSES.items() if
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/openweathermap.py”, line 106, in
self.data.get_weather_code() in v][0]
AttributeError: ‘NoneType’ object has no attribute ‘get_weather_code’