Just reinstalled HA to resolve issues with Ubuntu 16.04 install of 0.65 since it only support python 3.5.3 and above. I now have Ubuntu 16.04 / Python 3.6 install of 0.65. However, when I attempt to sign into my wink account I just get a 500 internal server error page. Here is my log. I have also noticed I have to manually install python packages so if there is a particular one I need here that might be the issue.
018-03-10 15:00:32 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_protocol.py", line 381, in start
resp = await self._request_handler(request)
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_app.py", line 310, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_middlewares.py", line 88, in impl
return await handler(request)
File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/http/static.py", line 68, in staticresource_middleware
return await handler(request)
File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/http/real_ip.py", line 27, in real_ip_middleware
return await handler(request)
File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware
return await handler(request)
File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/http/auth.py", line 52, in auth_middleware
return await handler(request)
File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/http/view.py", line 97, in handle
result = handler(request, **request.match_info)
File "/usr/local/lib/python3.6/dist-packages/homeassistant/components/wink/__init__.py", line 557, in get
data = request.GET
AttributeError: 'Request' object has no attribute 'GET'