-
-
Notifications
You must be signed in to change notification settings - Fork 976
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
[twitter] Guest tokens seemingly no longer work with python-requests 2.32.3 #5665
Comments
Your error seems to be more SSL certificate related than anything:
Still works for me by the way, but I haven't really updated anything on my system in quite a while.
|
So I dug a tiny bit deeper and it seems like rolling back to python-requests 2.32.2 fixes it, changing back to 2.32.3 breaks it. |
Seems like psf/requests@b1d73dd broke or changed something, |
at least for the time being until requests fixed all HTTPAdapter / SSLContext bugs
manually call 'load_default_certs()' for SSLContexts in custom HTTPAdapter instances
Should be fixed with 6cfbc10 This new These options were entirely non-functional with requests |
Yup, can confirm it works with that commit. Thanks for the quick fix, even if it wasn't gallery-dl's fault, should probably keep an eye on that issue though in case it gets fixed upstream. Thanks again! |
Trying to get publicly viewable posts used to work without an account with gallery-dl, but seemingly no more since today.
gallery-dl e353171
The text was updated successfully, but these errors were encountered: