mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #480] Spotipy fails to use correct Playlist uri #280
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#280
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 @fahim-hamid on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/480
Spotipy doesnt use the correct uri when using the user_playlist_add_tracks() method, even when explictly set
using the following code (the playlist and user ids don't seem to be part of the problem)
sp.user_playlist_add_tracks( user['id'], playlist['id'], 'spotify:track:1c1Okhc1Ubk2bHGvxrNAim,spotify:track:3cLsdnXjn3vtNQBzJXtPGH')returns the following error log
and then finally ending with a exit code 1
I'm using a venv with Pycharm Proffessional 2020.1 with Python 3.8
@stephanebruckert commented on GitHub (Apr 25, 2020):
tracksshould be a list of ids@fahim-hamid commented on GitHub (Apr 25, 2020):
I’ve tried it with uri’s,ids and Spotify links but they all more or less return the same error
@stephanebruckert commented on GitHub (Apr 25, 2020):
Have you tried to put the ids in a list? Like so: