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

Illegal Scopes #5

Closed
jahosh opened this issue Jun 15, 2019 · 6 comments
Closed

Illegal Scopes #5

jahosh opened this issue Jun 15, 2019 · 6 comments

Comments

@jahosh
Copy link

jahosh commented Jun 15, 2019

I'm getting an "Illegal Scope" response from the oauth endpoint flow when using the command line token generator - it seems these scopes may be illegal?

&scope=user-top-read+user-read-recently-played

@jahosh
Copy link
Author

jahosh commented Jun 15, 2019

could be related: spotify/web-api#1262

update: can confirm it is scope : user-top-read after removing that from the authorize url, i stopped receiving the "illegal scopes" response

@leolabs
Copy link
Owner

leolabs commented Jun 16, 2019

I've tried it on my end but couldn't reproduce it. Maybe Spotify fixed the issue on their end in the meantime. Could you try it again and report back if it worked for you? :)

@ghost
Copy link

ghost commented Jun 18, 2019

I'm getting the same error, user-top-read is the problem

@leolabs
Copy link
Owner

leolabs commented Jun 18, 2019

Hmm, that's weird. I could take that scope out of the oauth request but then I guess you won't be able to access your most played tracks.

@ghost
Copy link

ghost commented Jun 18, 2019

Actually, I fixed it by deleting my app on the Spotify dev dashboard and making a new one.

@leolabs
Copy link
Owner

leolabs commented Jun 18, 2019

I've added that workaround to the readme and marked this issue as fixed for now. It seems to be a problem on Spotify's side, but feel free to reopen it, if necessary :)

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

2 participants