uc_gui_click_captcha() fails to solve Cloudflare CAPTCHA pre- and post-login, causing “WebDriver unresponsive” #3924
SimranGupta1123
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm not able to reproduce this. Will need more info, code, etc. If you're trying to call a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using SeleniumBase’s
uc_gui_click_captcha()
to solve Cloudflare turnstile CAPTCHAs now fails both before and after login.Previously the CAPTCHA only appeared on the landing page, but recently it started showing up pre-login and post-login.
The keyword fails to successfully complete even after multiple retries and on rare occasions when it does “succeed,” it errors out with webdriver becoming unresponsive.
eg., just after the captcha click we are trying to capture the screenshot. getting below error:
HTTPConnectionPool(host='localhost', port=45429): Max retries exceeded with url: /session/749cea657f22784dfd5d6faaa58f8c3f/screenshot (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff047e28f50>: Failed to establish a new connection: [Errno 111] Connection refused'))
thanks,
Beta Was this translation helpful? Give feedback.
All reactions