-
Notifications
You must be signed in to change notification settings - Fork 56
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
No longer works on Linux with recent keyring changes #10
Comments
yt-dlp has this logic, just need to figure out what the python code means and translate it to JavaScript :) |
chromium tested as working on Linux on the most recent release. Are people using |
Duplicated of #62 |
I've got a linux machine up and running my side again now. Hopefully I'll be able to take a look over the next fortnight. |
Not something i've managed to look into since my last post but it's on my radar when I get some time. |
The password is no longer hardcoded on Linux when a keyring is available. This Python package has a bit more detail:
https://github.com/n8henrie/pycookiecheat#installation-notes-regarding-alternative-keyrings-on-linux
I figure you probably won't have time to fix it, but wanted to leave a note here in case others run into the issue. Needless to say, it will result in garbage cookie values.
The text was updated successfully, but these errors were encountered: