omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.41k stars 128 forks source link

Timeout google_get #194

Open YuriMartinelli opened 2 weeks ago

YuriMartinelli commented 2 weeks ago

The error occours the first time i try to access the URL self.URL = https://santanadosmontes.licitapp.com.br self.navegador.google_get(self.URL, bypass_cloudflare=True) #@IgnoreException Exception has occurred: TimeoutError Response not received _queue.Empty:

mighty-phoenix commented 1 week ago

@YuriMartinelli I think you are most probably sending null/empty values to google_get through self.URL

YuriMartinelli commented 1 week ago

no man, the url is a string, and the exception happens after he enter the website