mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 16:45:52 +03:00
[GH-ISSUE #401] issue with getting playlist using just playlist id #235
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#235
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 @tank113 on GitHub (Nov 14, 2019).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/401
It seems client.py still uses old end-point for user_playlist function
https://api.spotify.com/v1/users/%s/playlists/%sWhere as spotify API for getting the playlist just needs playlist id and not users.
GET https://api.spotify.com/v1/playlists/{playlist_id}Could anyone shade a light on this issue?
@ritiek commented on GitHub (Nov 14, 2019):
Check out if #390 helps.
@stephanebruckert commented on GitHub (Jan 12, 2020):
Good point @tank113
sp.playlist(id)has been added in https://github.com/plamere/spotipy/pull/414 and will be released soon