When Cloudflare fails, clicking on the verify box doesn't help #2878
-
Hey, so I'm trying to bypass Cloudflare's "Verify you are human" CAPTCHA, and it works sometimes. However, when it doesn't work and asks us to click on the verify box, I encounter an issue. Once it clicks on the box, it never bypasses Cloudflare, and I'm stuck on the page without being able to proceed. Am I doing something wrong here?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 34 replies
-
If you've been away for the past 3 weeks, here's what you missed: #2865. Bypassing Cloudflare is now handled with this: Read the thread, upgrade to the latest version of |
Beta Was this translation helpful? Give feedback.
-
I use threading to deal with other accounts that preforms some actions, but
when we see the cloudflare box with each account it stops to click on it,
nothing is running meanwhile..
It also marks the checkbox orange but won't click
…On Fri, Jun 28, 2024, 14:58 Michael Mintz ***@***.***> wrote:
pyautogui only works on the active window, so if there's another script
running at the same time, or you're clicking the mouse, typing, etc, then
it won't be able to click the checkbox.
—
Reply to this email directly, view it on GitHub
<#2878 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASIE6WMKM5EWNVWX23CXOF3ZJVFURAVCNFSM6AAAAABKAET2HGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMBUGI4TI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Well the more I run the better, it suppose to be like 20 30 simultaneously
even more
…On Fri, Jun 28, 2024, 17:12 Michael Mintz ***@***.***> wrote:
https://pypi.org/project/fasteners/ - Use locks to prevent more browsers
from spinning up while you're trying to click a CAPTCHA.
How many threads are you running at the same time?
—
Reply to this email directly, view it on GitHub
<#2878 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASIE6WIAHHU2OEH6MVOR3TTZJVVL7AVCNFSM6AAAAABKAET2HGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMBVGU2DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
If you've been away for the past 3 weeks, here's what you missed: #2865.
Bypassing Cloudflare is now handled with this:
sb.uc_gui_handle_cf()
.Read the thread, upgrade to the latest version of
seleniumbase
, and make the necessary changes to your code.