-
Notifications
You must be signed in to change notification settings - Fork 20
Albums Not showing #18
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
Comments
It looks like Spotify recently changed their web API to require OAuth tokens for the |
I've recently found an unauthenticated endpoint on open.spotify.com that returns the album image URL. It's already been implemented into Baritone and I'll be implementing it here as soon as I can. |
So is this going to be solved soon? |
I'll have time to work on the issue this Saturday. |
Fixed in f1940cc |
Album covers stopped showing up
Had to sign up for a spotify dev account for web API and send token in header with
config.headers['Authorization'] = 'Bearer *******';
in getJson function.
The text was updated successfully, but these errors were encountered: