mirror of
https://github.com/Aran404/SpotAPI.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #26] [Bug] open.spotify.com/get_access_token No longer works #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotAPI#17
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 @yodaluca23 on GitHub (Mar 14, 2025).
Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/26
I don't know what Spotify changed but
open.spotify.com/get_access_tokenno longer gives an accessToken, giving the errorThis really sucks for a lot of small OSS projects like this one that depend on this for getting anonymous tokens.
Related issue:
https://github.com/librespot-org/librespot/issues/1475
@Aran404 commented on GitHub (Mar 15, 2025):
Looking into it right now.
@Aran404 commented on GitHub (Mar 15, 2025):
Please let me know if this works as intended. Thank you
@yodaluca23 commented on GitHub (Mar 15, 2025):
Great! Right now it just triggers this error when using no other auth:
github.com/Aran404/SpotAPI@1cc28bd180/spotapi/client.py (L116)@Aran404 commented on GitHub (Mar 15, 2025):
Could you explain more please?
@yodaluca23 commented on GitHub (Mar 15, 2025):
Oh sorry, I didn't see the new commit. Yes it works now 🥳 thank you so much!