mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #679] oauth fixed in 1.9.0 - requires client_id / client_secret #448
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#448
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 @sigma67 on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/679
As discussed in #676 , oauth-based authentication has been disabled for the web client by Google. It is unknown if it will work again in the future.
Therefore, it is advised to use browser-based authentication instead: https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html
Contributions towards improving the browser-based setup option are welcome as always. Please open an issue to discuss the proposed change beforehand.
@sigma67 commented on GitHub (Nov 19, 2024):
For discussion, please see here: https://github.com/sigma67/ytmusicapi/discussions/682
@sigma67 commented on GitHub (Dec 15, 2024):
It looks like there will be a way to get it working again. Watch out for an update in the coming weeks.
However, unlike previously it will require you to get a client secret and id from the YouTube Data API.
@sigma67 commented on GitHub (Dec 17, 2024):
The documentation has been updated. If you want to use OAuth you will need to provide
YTMusicwithclient_idandclient_secret. This is now required because the default id and secret that were previously used (hardcoded TV credentials) no longer worked with the YT web interface.