mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #20] get_album() fails with a KeyError on 'frameworkUpdates' #15
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#15
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 @beville on GitHub (May 16, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/20
This one is a bit obscure to me.
Simple code:
Results in:
I dumped the response text from library ytmusic.py:373, and attached.
resp.txt
@sigma67 commented on GitHub (May 17, 2020):
Uploaded albums don't work yet with
get_album. The uploaded album pages are processed differently from the uploaded albums.Same for uploaded artists, the pages are different from the regular artists. I'll work on this soon.
@sigma67 commented on GitHub (May 21, 2020):
Hey, I added two new methods for this purpose. The endpoints where quite different from get_album and get_artist, so that's why I added new ones.
Let me know if these methods work for you!
@beville commented on GitHub (May 22, 2020):
I tried out get_library_upload_album() and it worked for me.
Thanks again doing this project!
On Thu, May 21, 2020 at 11:46 AM sigmatics notifications@github.com wrote: