-
Notifications
You must be signed in to change notification settings - Fork 79
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
Authorization Failure #56
Comments
The All I can think of off the top of my head is maybe you're trying to run this on a headless server (not supported, though you should be able to find a workaround for this), or maybe you denied access to the app accidentally when the window popped up? There should be a file |
Ah I see now. I did not get a browser window to open automatically. I'll bet this is a symptom of running in |
I'm getting an authorization failure when trying to open the Spotify session. I followed the ReadMe on setting up an app on developer.spotify.com and changing the config.
Error:
gio: https://accounts.spotify.com/authorize?client_id=bf0154e1300a44318a4f2fa2720d02c3&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8888%2Fcallback&scope=playlist-read-private: Operation not supported
Traceback: (the code hangs indefinitely on this error)
Config: (with
client_secret
andusername
redacted)Spotify App Settings:
I figure I must be missing something, googling the issues have just led me in vague circles. Some Spotify forums suggest I need to allow the scope of
playlist-read-private
in my app, but I am unable to find such a setting. Regardless of what I'm doing wrong, might be best to handle this scenario to alert the user to the issue instead of hanging.Thanks
The text was updated successfully, but these errors were encountered: