sigma67 / ytmusicapi

Unofficial API for YouTube Music
https://ytmusicapi.readthedocs.io
MIT License
1.59k stars 184 forks source link

OAuth Login Broken in #501

Closed danielfullerton closed 6 months ago

danielfullerton commented 6 months ago

Describe the bug After running ytmusicapi oauth on version 1.4.0 (freshly installed via pip), and performing the auth flow as usual, I get the following error:

image

After reverting to the previous release (1.3.2), I did not encounter this bug, so it seems like a regression defect.

To Reproduce Steps to reproduce the behavior:

  1. pip install ytmusicapi
  2. ytmusicapi oauth

Additional context

Hope this helps.

sigma67 commented 6 months ago

Hi, sorry that this is happening. Please verify that the PR fixes your issue:

pip install git+https://github.com/sigma67/ytmusicapi@fix-501