mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #1078] adding song to playlist won't work with one specific user (update: 2 users) #638
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#638
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 @noelnic on GitHub (Mar 13, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1078
Describe the bug
Hey all! I am trying to build an app, that can add songs to playlists the user owns.
The bizarre is, I tested the code for me and another person and it works as it should.
For another specific user, lets call him bob, it does not work.
I can delete songs from bobs playlist, but I can't add any songs. I run the exactly same code.
Happens with:
Your code
Expected behavior
I expect that the song is added to the playlist. I found out I can replace the song to the playlist. I am confused with the "Insufficient client scope" exception, because I got both modify scopes and it works with other users.
Output
Environment:
I am relatively new to the space, so I hope I provided everything correctly in the right manner.
Thanks for your time!
@dieser-niko commented on GitHub (May 1, 2024):
Hi, sorry for the late reply. Just to be sure, what are your current scopes?
And btw, please make use of formatting code blocks
@dieser-niko commented on GitHub (Jul 10, 2024):
Closing as there is no activity or reply from the author.