Dear pnbruckner,
i have this error on hassio startup and life360 doesn’t work.
2019-02-26 02:14:10 ERROR (MainThread) [homeassistant.components.sensor.yr] Retrying in 17 minutes: Cannot connect to host aa015h6buqvih86i1.api.met.no:443 ssl:None [Try again]
2019-02-26 02:15:04 ERROR (SyncWorker_8) [homeassistant.util.package] Unable to install package life360==2.2.0: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x758a7930>: Failed to establish a new connection: [Errno -3] Try again')': /simple/life360/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x758a78b0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/life360/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x758a7990>: Failed to establish a new connection: [Errno -3] Try again')': /simple/life360/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x758a7890>: Failed to establish a new connection: [Errno -3] Try again')': /simple/life360/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x758a7850>: Failed to establish a new connection: [Errno -3] Try again')': /simple/life360/
Could not find a version that satisfies the requirement life360==2.2.0 (from versions: )
No matching distribution found for life360==2.2.0
You are using pip version 19.0.2, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
2019-02-26 02:15:04 ERROR (MainThread) [homeassistant.requirements] Not initializing life360.device_tracker because could not install requirement life360==2.2.0
2019-02-26 02:15:04 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform life360.device_tracker: Could not install all requirements.
2019-02-26 02:19:24 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 67, in ban_middleware
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 99, in auth_middleware
return await handler(request)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 118, in handle
result = await result
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py", line 47, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/hassio/auth.py", line 55, in post
await self._check_login(data[ATTR_USERNAME], data[ATTR_PASSWORD])
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/hassio/auth.py", line 72, in _check_login
await provider.async_validate_login(username, password)
File "/usr/local/lib/python3.7/site-packages/homeassistant/auth/providers/homeassistant.py", line 229, in async_validate_login
self.data.validate_login, username, password)
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/site-packages/homeassistant/auth/providers/homeassistant.py", line 126, in validate_login
for user in self.users:
File "/usr/local/lib/python3.7/site-packages/homeassistant/auth/providers/homeassistant.py", line 114, in users
return self._data['users'] # type: ignore
TypeError: 'NoneType' object is not subscriptable
How can I solve this problem?