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 · 0 comments
Open

Cannot pass Cloudflare. #2104

efeakaroz13 opened this issue Dec 12, 2024 · 0 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.

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

1 participant