When I login to home assistant cloud I get an unknown error.
I’m running 0.77.3 on a raspberry pi model 3b
Looking at the logs I get the following:
Sat Sep 08 2018 20:44:38 GMT+0200 (CEST) Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 390, in start resp = await self._request_handler(request) File "/usr/local/lib/python3.6/site-packages/aiohttp/web_app.py", line 352, in _handle resp = await handler(request) File "/usr/local/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 106, in impl return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/static.py", line 66, in staticresource_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 67, in ban_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 68, in auth_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 67, in ban_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 68, in auth_middleware return await handler(request) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/view.py", line 113, in handle result = await result File "/usr/local/lib/python3.6/site-packages/homeassistant/components/cloud/http_api.py", line 45, in error_handler result = await handler(view, request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/data_validator.py", line 47, in wrapper result = await method(view, request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/cloud/http_api.py", line 102, in post data['password']) 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/cloud/auth_api.py", line 91, in login cognito = _authenticate(cloud, email, password) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/cloud/auth_api.py", line 118, in _authenticate from botocore.exceptions import ClientError File "/usr/local/lib/python3.6/site-packages/botocore/exceptions.py", line 15, in <module> from botocore.vendored.requests.exceptions import ConnectionError File "/usr/local/lib/python3.6/site-packages/botocore/vendored/requests/__init__.py", line 53, in <module> from .packages.urllib3.contrib import pyopenssl File "/usr/local/lib/python3.6/site-packages/botocore/vendored/requests/packages/__init__.py", line 1 var el = this;\n this.isValidating = true;\n\n this. ^ IndentationError: unexpected indent
Any idea what’s going on here ?