-
-
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
[Patreon] "[warning] Cloudflare CAPTCHA" #1807
Comments
Try it with You could also see if deleting all lines from your cookies.txt file except the one for The error in your config file doesn't matter here, and |
I ran into this issue (Linux, version 1.18.3, auth via cookie) and using Thanks for suggesting @mikf. |
I am having this issue as well, but I am using Windows 10 with version 1.18.3 and auth via cookies. I tried both browser options and deleting every line except for |
I think the problem might be with urllib3 |
The other repo I used had this issue in the past and narrowed it down to Cloudflare requiring a captcha for any host that didn't use TLS 1.3 and HTTP/2. This lead them to making the minimum versions required to run the software as Linux hosts with OpenSSL 1.1.1 or Windows 10 1903 or later. It is worth checking that you are running the above minimum requirements but on the urllib3 side, from a scan of the changelog it looks like they added TLS 1.3 support in version 1.25. They don't support HTTP/2. More info: |
Just FYI, the v2.0 Roadmap of urllib3 mentions an expected release in "mid-to-late 2021".. The new version comes with "Modern Security by Default", so, uh, yeah it seems it's optimized for TLS1.2 and higher. FYI 2: Noteworthy about httpx is that they explicitly mention HTTP/2 support, and they do not depend on urllib3. |
That seems to be the case. I was also getting a Cloudflare CAPTCHA with the latest v.1.26.6, but not with an older v1.25.11, so maybe rolling back to a previous version helps?
I'll most likely switch to |
That is what I ended up doing after I posted. |
Is there anyway for me to fix this myself? or do I need to wait for a new release of gallery-dl? I already foolishly commented this in a closed thread instead of this open one. which says the below: windows 10 [patreon][warning] Cloudflare CAPTCHA python --version "patreon": { what am I doing wrong? edit2: more complete notes on my version D:\gallery-dl>gallery-dl -v [gallery-dl][debug] Version 1.19.0 D:\gallery-dl>python --version edit3: sidenote the last time I used gallery-dl to rip a patreon I followed was july31 2021 (not that that is relevant.) edit4: WHOOPS I was on 1.18.3 because I downloaded 1.19.0 to the wrong folder, but well, it was irrelevent because running on 1.19.0 now I still can't rip patreon :) |
Tried that just now actually, nothing changed, and yes. |
Having this same problem with gallery-dl built from Homebrew on an Intel Mac.
-o browser=chrome doesn't help. Browsing the site in Safari using the same session_id cookie works fine, no captchas. Notably, my urllib3 is already >1.25 |
As far as I can tell it's just flat out broken, and no one knows how to fix it. See #1922 which is where I've been commenting on the issue. |
Yeah, the underlying issue is that the requests / urllib3 combo is a dead end, and all projects are scrambling to transition away from it.. |
The thing actually briefly work today and it's gone back to the Cloudflare CAPTCHA error again. |
Honestly, can you like, bring up a temporary screen to do the captcha manually? |
Sooo I was doing a quick boot up for Gallery-DL, apparently this error came up!
Not sure what's the problem, but I hope there's a solution before next month come. I've already support then unsupported some of my favorite creators for financial reason atm.
and yes, I updated my cookies too in an attempt to retry. I use the "Export Cookies.txt" extension on Chrome for that.
The text was updated successfully, but these errors were encountered: