mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #182] Command raised an exception: AttributeError: 'int' object has no attribute 'startswith' #141
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#141
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 @ddorab on GitHub (Mar 25, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/182
get_playlist(str, int)
AppData\Local\Programs\Python\Python39\lib\site-packages\ytmusicapi\mixins\playlists.py", line 63, in get_playlist
browseId = "VL" + playlistId if not playlistId.startswith("VL") else playlistId
what am i supposed to do here? I've tried fixing it on my own but it didn't work?
HELP
@sigma67 commented on GitHub (Mar 26, 2021):
Make sure you pass correct parameters
https://ytmusicapi.readthedocs.io/en/latest/reference.html#ytmusicapi.YTMusic.get_playlist