-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
YouTube Music Authentication fails unless cookies from Chrome used #98
Comments
That is weird, and probably still a bug. Edge / Firefox don't work, and I imagine anything else besides chrome won't work. |
Does this mean the issue is resolved with using chrome? |
I mean, the issue would be resolved when it can work from any browser. This is a work around, not a fix hence not closing the issue. The base library that was originally used before forking to fix my other issue (#86) has been updated to include all cookies rather than the "required" cookies that were previously used to "future proof" may fix this. |
Unfortunately there's nothing I can currently do about this. The NPM package at 1.6.0 of the base library youtube-music-ts-api does indeed make cookies retrieved from FF work. However, building the library from source at the 1.6.0 commit does not create a reproducible build and the source version does not work with FF cookies. I suspect the author published additional work in the NPM package that is not present in the repo. Since the author has not yet merged my fix for #86 I cannot use the official build and since the source build does not work I cannot just update my downstream fork with the included fix. So for now everyone will need to use chrome to get cookies. If you'd like to get this to resolved you can comment on my PR so the author will notice it? |
You're all good @FoxxMD, I understand there is nothing you can do right now, unfortunately it means this issue just kinda gets to sit open. At least there is a work around and this issue clearly showing the work around for anyone looking for issues about YouTube Music, as un-ideal as the solution is. |
The upstream library merged my PR for #86 and I've updated MS to use the latest version which includes the cookies fix. You can try it on |
This is included in 0.6.0. I'll re-open this if there are still issues. |
Describe the bug
Unable to log in to YouTube Music anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To have the source working.
Logs
If possible reproduce the issue with debug logging ON
Versions (please complete the following information):
Provide version information for any related sources/clients.
The text was updated successfully, but these errors were encountered: