-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cloudflare CAPTCHA error with outdated python dependencies #460
Comments
According to
If you're still getting a Cloudflare CAPTCHA afterwards, you might have to upgrade their dependencies as well. |
I was able to upgrade urllib3 from 1.23 to 1.25.6, but that doesn't change the program output.
Upgrading the dependencies manually, though, did solve the problem:
( |
The important thing here, I think, was updating This package is a dependency of |
I think you should be able to see all outdated packages (including dependencies) with I do it this way from time to time and then |
- add 'cloudflare' and 'video' extra install target (#460) (e.g. 'pip install gallery-dl[cloudflare]') - remove py2exe and distutils code - get version without calling exec() - inline variables
There are now 2 extra "requirement targets" for gallery-dl: |
I get a cloudflare captcha error when I run the python version of the application, but not when I run the bundled EXE version.
Issue reproduced using Patreon:
EXE:
Python:
My requirements are all up-to-date, too:
The text was updated successfully, but these errors were encountered: