mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #306] {0.23/0.24} [get_watch_playlist] Unable to retreive album key #238
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#238
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 @JibayMcs on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/306
Hi !
According to the documentation on
get_watch_playlist()returned response have the key"album": {}But in version 0.23 and 0.24 this key is missing in the response, example below:
Example response in 0.23/24
Example response from the documentation
It's a normal behaviour ? Or something changed while retreiving informations from the core API ?
Maybe due to a newest version on the web page of Youtube Music ?
Thanks for your reply !
@sigma67 commented on GitHub (Oct 5, 2022):
Each track has an album key, correct. The issue is that you're getting video type results (indicated by the
viewskey, only present on videos currently). Actual videos don't have an album.