Skip to content
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

invalid_scope on authorisation #29

Closed
MartijnBraam opened this issue Sep 9, 2016 · 5 comments
Closed

invalid_scope on authorisation #29

MartijnBraam opened this issue Sep 9, 2016 · 5 comments

Comments

@MartijnBraam
Copy link

MartijnBraam commented Sep 9, 2016

I've just installed qhangups but the login page is invalid.

screenshot from 2016-09-09 13-16-14

As text:

  1. That’s an error.

Error: invalid_scope

Not authorized to request the scopes: [https://www.google.com/accounts/OAuthLogin]

Learn more

Request Details
scope=https://www.google.com/accounts/OAuthLogin
response_type=code
redirect_uri=urn:ietf:wg:oauth:2.0:oob
client_id=936475272427.apps.googleusercontent.com

@xmikos
Copy link
Owner

xmikos commented Sep 9, 2016

Unfortunately Google recently broke auth method that is used by Hangups (library that QHangups uses). See this issue: #260

I can't do anything with it until this issue is fixed...

@xmikos
Copy link
Owner

xmikos commented Sep 9, 2016

All other third-party Hangouts clients have same problem right now. Existing auth tokens (if you have logged in before change made by Google) should still work, but you can't get new one.

@dequis
Copy link

dequis commented Sep 13, 2016

I wrote a workaround here, a manual way to get oauth tokens tdryer/hangups#260 (comment)

Since it seems you use a webview, what i said in the yakyak tracker probably also applies to this project:

Given how yakyak uses electron and can load full web pages, it may be possible to integrate this the way it was intended to - in a webview, with something outside of the frame grabbing the cookie just like the iOS app does.

So you're lucky there, but for the rest of the hangups users we still have to find something better.

@izenja
Copy link

izenja commented Oct 1, 2016

hangups currently works again, but qhangups doesn't run in the current state. It seems like it would be a good time to update it to work again, since hangups has had the token update.

@xmikos
Copy link
Owner

xmikos commented Oct 17, 2016

It's fixed in new version 1.8.1

@xmikos xmikos closed this as completed Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants