-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bypass cloudflare is not woriking #9
Comments
I am getting this error ChromeException Traceback (most recent call last) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\driver.py:536, in DriverBase.google_get(self, link, bypass_cloudflare, wait, accept_google_cookies) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\driver.py:522, in DriverBase.get_via(self, link, referer, bypass_cloudflare, wait) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\driver.py:879, in DriverBase.detect_and_bypass_cloudflare(self) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\solve_cloudflare_captcha.py:198, in bypass_if_detected(driver) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\solve_cloudflare_captcha.py:169, in solve_widget_cf(driver) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\solve_cloudflare_captcha.py:128, in wait_for_widget_iframe(driver) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\solve_cloudflare_captcha.py:122, in get_widget_iframe(driver) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\driver.py:569, in DriverBase.select(self, selector, wait) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\core\tab.py:243, in Tab.select(self, selector, timeout, _node) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\core\tab.py:403, in Tab.query_selector(self, selector, _node) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\core\connection.py:248, in Connection.send(self, cdp_obj, _is_update) File c:\Users\YukendiranJ\AppData\Local\Programs\Python\Python312\Lib\site-packages\botasaurus_driver\core\connection.py:45, in parse_response(response, cdp_obj) ChromeException: Could not find node with given id [code: -32000] |
from botasaurus_driver import Driver
driver = Driver()
driver.google_get("https://www.g2.com/products/github/reviews.html?page=5&product_id=github", bypass_cloudflare=True)
driver.prompt()
heading = driver.get_text('.product-head__title [itemprop="name"]')
print(heading)
in this code the bypass cloudflare take about to 40mins but still cloudflare was not bypassed
The text was updated successfully, but these errors were encountered: