-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
spotify: Authenticate API requests #2694
Comments
Hmm; interesting. Could you perhaps include some verbose output? |
Sorry, I should have included that before:
|
Thanks! Just seeing the setup output is useful in itself, but what would be really helpful is a verbose log from a situation where the problem actually came up. That might include messages that show failed requests to the Spotify API, for example. |
Can do!
|
Looks like it is related to the removal of unauthorised calls, as visiting one of those URLs gives this response; {
"error": {
"status": 401,
"message": "No token provided"
}
} |
Thanks for investigating, @jackwilsdon! That does indeed look like the explanation. It looks like this plugin will need to authenticate its API requests. |
Same here. I have created an app here - https://developer.spotify.com/my-applications/#!/applications so just needs a config setting to make it work! |
Problem
I was playing around with the Spotify plugin and I noticed that none of my tracks matched a Spotify ID. I wondered if this was potentially related to Spotify removing unauthenticated calls to the web API.
Setup
The text was updated successfully, but these errors were encountered: