mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #283] sp.user_playlist_create and user_playlist_change_details has no argument 'description' #155
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#155
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 @smyrbdr on GitHub (May 3, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/283
Here is what I get after inspecting these functions;
In[ ]
inspect.getargspec(sp.user_playlist_create)Out[ ]
ArgSpec(args=['self', 'user', 'name', 'public'], varargs=None, keywords=None, defaults=(True,))In[ ]
inspect.getargspec(sp.user_playlist_change_details)Out[ ]
ArgSpec(args=['self', 'user', 'playlist_id', 'name', 'public', 'collaborative'], varargs=None, keywords=None, defaults=(None, None, None))So it seems not possible to create a playlist with description yet or add a description afterward either.
@zhammer commented on GitHub (May 3, 2018):
Weirdly this was actually added in a commit 11 months ago:
github.com/plamere/spotipy@f5bb6db89fNot sure why it didn't make it to the pip distribution.
@ritiek commented on GitHub (May 7, 2018):
@zhammer Geez #211. 😄
@shillshocked commented on GitHub (Jun 24, 2019):
Still not working. Can't update descriptions of playlists anymore.
@stephanebruckert commented on GitHub (Jan 11, 2020):
This should be fixed with version 2.5.0, just do: