We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Clicking "YouTube Settings" does nothing.
To Reproduce Steps to reproduce the behavior:
PS C:\Users\sebas> ytm2spt.exe Welcome to ytm2spt! Traceback (most recent call last): File "C:\Users\sebas\AppData\Local\Programs\Python\Python312\Lib\site-packages\ytm2spt\gui.py", line 118, in get_oauth_token setup_oauth(filepath=YTOAUTH_PATH, open_browser=True) TypeError: setup_oauth() missing 2 required positional arguments: 'client_id' and 'client_secret'
Device (please complete the following information):
The text was updated successfully, but these errors were encountered:
As quoted in the API docs: https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html
As of November 2024, YouTube Music requires a Client Id and Secret for the YouTube Data API to connect to the API.
I need to update the youtube oauth workflow. In the mean time you can use the v1.1.0 (but this won't work for playlists with more than 100 songs)
pip install ytm2spt==1.1.0
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Clicking "YouTube Settings" does nothing.
To Reproduce
Steps to reproduce the behavior:
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: