-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
24-Jan-2017 protocol change? Hangups [master] fails to run: hangups.exceptions.NetworkError: Request return unexpected status: 401: Unauthorized #298
Comments
So it's choking in send_maps([]), ver = 8. Just for giggles, bumped ver to 9, failed. |
I usually use Chrome DevTools against the Hangouts web app. hangups is still working for me, but Google if changed something it might not apply to all account simultaneously. |
Yeah, it looks like some servers/zones. Same test account, two machines, same env, west coast works, Miami fails. |
Weirdest thing, seeing it at home now on the west coast. Logged into the same account from the same IP address using chrome and google.com/hangouts and everything is fine.
When I look at potentially relevant posts, I'm seeing that we're still running version 8... Hmm, I wish there was a better way to get this data to you, would you prefer screenshots?
request for photos:
VERSION 8!!! So version is the same...
|
I faced the same issue.(I installed hangups using python3.4.2 first) |
does not work for me. Same signature. python3.4.2, hangups 0.4.2 and .. uh, west cost as well |
I am trying to setup hangups - just started, so it never worked before. But now i ran into the exact same python traceback and have similar logfile entries as pleasantone pasted on 24. Jan and 14. Feb. |
Yeah, I can report this error as well on python3.4.2 and hangups 0.4.2 on the west coast. And yes, for some reason, using python 3.5 does indeed fix the issue. |
huh - indeed with python3.5.2 it is working |
There was bug in aiohttp (aio-libs/aiohttp#1566) with Python 3.4.2 that can cause it to send a malformed cookie header. That would explain the "unauthorized" error. I'll increase the minimum aiohttp version so the fix is included. Thanks to everyone for your reports! |
Username/password combination is correct and on authorized hosts (fails differently for security alert). OAuth negotiation was successful. Python 3.4
Hangups had been working on this machine previously (2 months ago), with this account, but this is, in fact, a new clone, so I don't know what rev master was at when last tested.
I suspect it's because of the API/Protocol change.
The text was updated successfully, but these errors were encountered: