outCaptcha
outCaptcha copied to clipboard
Too many requests
https://www.google.com/recaptcha/api2/demo when I try the audio option it tells me I tried too many requests so I need to retry it later. But it keeps giving me the same reason. I got api key im runnig app.py I added extension and set api key I got no errors. So wat to do?
from selenium import webdriver
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--disable-web-security -user-data-dir=~/ & python app.py' )
chrome = webdriver.Chrome(options=chrome_options)
chrome.get("http://ident.me/")
Script how I start chromium
enseñame
have you tried using a proxy server ?