outCaptcha icon indicating copy to clipboard operation
outCaptcha copied to clipboard

Too many requests

Open iceman-twitch opened this issue 5 years ago • 2 comments

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

iceman-twitch avatar Mar 06 '19 15:03 iceman-twitch

enseñame

antonybetancourt avatar May 23 '19 06:05 antonybetancourt

have you tried using a proxy server ?

flaviu-chelaru avatar May 24 '19 09:05 flaviu-chelaru