Skip to content
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

Cannot pass Cloudflare. #2104

Open
efeakaroz13 opened this issue Dec 12, 2024 · 3 comments
Open

Cannot pass Cloudflare. #2104

efeakaroz13 opened this issue Dec 12, 2024 · 3 comments

Comments

@efeakaroz13
Copy link

[Cloudflare Turnstile] Error: 600010.

here is the code:

import undetected_chromedriver as uc
import time 
import pickle 

driver = uc.Chrome(use_subprocess=True)
#driver.get('https://nowsecure.nl')

driver.get("https://example.com",)

time.sleep(1000)

Here is the Cloudflare widget

<div id="turnStileWidget" data-refresh-expired="never"><div><input type="hidden" name="cf-turnstile-response" id="cf-chl-widget-l6v10_response" value=""></div></div>

Note: The code can browse the website, but when I try to log in, Cloudflare doesn't allow me. I believe undetected_chromedirver's code is causing a problem in their codebase.

@vmt86
Copy link

vmt86 commented Jan 5, 2025

It was working fine for me up until recently, for the past 2 or 3 days I've been having put into a loop whenever I try to bypass Cloudflare's verification, unless I open a new tab (in the same browser instance), and access the url manually there
I can still work around it makes the process much slower

@rdvo
Copy link

rdvo commented Jan 7, 2025

yah it ws working for me too, any ideas?

@Juanchobanano
Copy link

Same issue here. My program started failing 3 days ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants