mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #273] YTMusic.get_library_playlists() -> Server returned HTTP 500 #213
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#213
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 @willcharlton on GitHub (May 19, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/273
Issue listing playlists in user library.
Code / Response
I have verified that I can retrieve Public playlists in my account, but not private ones. I'm not sure if that's related, but seemed relevant.
@sigma67 commented on GitHub (May 20, 2022):
Seems like an issue with your headers. Can you call other private endpoints?
@willcharlton commented on GitHub (May 24, 2022):
Thanks for the pointer. It was my
X-Goog-AuthUserinteger. It was set incorrectly. Loading fine now :)