mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #332] Invalid access token even with prompted token #190
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @belinhacbr on GitHub (Oct 17, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/332
I'm using spotipy to fetch albums but I keep having:
spotipy.client.SpotifyException: http status: 401, code:-1 - https://api.spotify.com/v1/album/1zCNrbPpz5OLSr6mSpPdKm: Invalid access tokenInstalling the package from the master branch, I already:
spotipy_client_idandspotipy_client_secretas env varredirect_uriprompt_for_user_tokenwith my callback url, user and scopecodeand instanciated the spotify client object with itAny clue what I missed?
Does it still work with the current state of the api or is no longer maintained?
@rashad commented on GitHub (Dec 21, 2019):
@belinhacbr did you eventually managed to make it work ?
@stephanebruckert commented on GitHub (Jan 13, 2020):
Hi @belinhacbr, @rashad,
The repo is maintained again and a fresh version has just been released:
Can you still reproduce this? If yes, please do provide some code