Issues with Wink and 0.65-1

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'

Found too many issues trying to install python 3.6 on ubuntu 16.04 with HA. Switched to ubuntu 17.10 LXC container and install was smooth. At this same time this updated me to 0.65.2 which fixed Wink issues.

This should be fixed in 0.65.2

I just installed HA and I am also getting this error when I attempt to sign into my Wink. I am running 0.65.0 on a Pi3. Is there anything I can do to fix this?

"…
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’
"

Thnx

Make sure you are on 0.65.2 instead of 0.65.0

I am new to HA.
What is the easiest way to update?

The documentation is pretty sold. Whatever install instructions you used should have update instructions at the bottom.

Thank you for the input. 0.65.2 has resolved the issue