mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[GH-ISSUE #507] KeyError in get_mood_playlists function #372
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#372
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 @JDFraire-P on GitHub (Jan 6, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/507
When using the get_mood_playlists function I get the following KeyError:
@sigma67 commented on GitHub (Jan 6, 2024):
What is your location? And/or
locationparam toYTMusic? I don't have any "Regional Mexican" genres, and can't request your param usingget_mood_playlistswithout getting error 500@JDFraire-P commented on GitHub (Jan 6, 2024):
This is my YTMusic object:
yt = YTMusic("JDFraire.json", location="MX")@sigma67 commented on GitHub (Jan 7, 2024):
I honestly don't know why that one would be any different. Can you visit the page using the web UI?
https://music.youtube.com/moods_and_genres
What does it look like?
@JDFraire-P commented on GitHub (Jan 7, 2024):
It seems to be an internal YouTube error
get_search_suggestions#603