You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug YTMusic.get_album() started raising a new KeyError today. Mostly likely YTM changed something, I'm assuming. Running ytmusicapi-1.6.0.
Since I also reported #570, it's possible there are API methods other than these two that are failing, but these are the two that my app uses that my unit tests caught.
My bad, I made an incorrect assumption that because it just started happening yesterday for me, that it can't be one of these older issues, but now I see and recognize the "A/B testing" flair on those issues.
Describe the bug
YTMusic.get_album()
started raising a new KeyError today. Mostly likely YTM changed something, I'm assuming. Running ytmusicapi-1.6.0.Code sample:
The text was updated successfully, but these errors were encountered: