mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #30] Songs with no artist give error #23
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#23
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 @Jackalopalen on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/30
I was trying to get my playlists (transfered from gpm in my case) contents using "get_playlist." On some of my playlists it yields the error [Item #: 'NoneType' object is not subscriptable]. I tracked it down to "parse_song_artists" and realized that it was only giving the error for songs that don't have an artist (tracks that I uploaded to gpm with incomplete metadata).