Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Authenticate calls #28

Open
taromero opened this issue Sep 4, 2017 · 1 comment
Open

Authenticate calls #28

taromero opened this issue Sep 4, 2017 · 1 comment

Comments

@taromero
Copy link

taromero commented Sep 4, 2017

When I try to use the plugin I'm receiving:

spotipy.client.SpotifyException: http status: 401, code:-1 - https://api.spotify.com/v1/search?q=somesong&type=track&limit=10&offset=0:
 No token provided

It seems like Spotify removed unauthenticated calls to the API some months ago, so in order for this to work it would need some sort of authentication.

@takac
Copy link
Owner

takac commented Sep 4, 2017

Yeah, I did notice this a couple months back :( This uses https://github.com/plamere/spotipy - Shouldn't be too hard to add in token support. Need to work out how best to pass in or retrieve a token.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants