Duong Minh Quan

Results 11 comments of Duong Minh Quan

> After the last updates with chrome 116 the chrome instances do not close correctly, you can try with > > subprocess.run(["taskkill", "/F", "/IM", "chrome.exe"], check=True) > > This command...

> So this is a problem with chrome 116? The proposed solution here isn't viable for me because sometimes I have multiple scripts running at once. If I use subprocess...

> I'm not quite sure which one of these arguments solves this issue, but this doesn't occur when launched with these: > > ``` > options.add_argument("--no-sandbox") > options.add_argument("--disable-dev-shm-usage") > options.add_argument("--disable-renderer-backgrounding")...

I have changed to use selenium to scrape instead for over a month :)))

I will try to change to the headless mode to see whether it works. First I get to **https://trends.google.com/trends/**, and then get to the url of **https://trends.google.com.vn/trends/explore** to get the...

> Does it work if you use pytrends with a list of proxies? I haven't tried yet but I think It will not solve the problem, since you still can...

> You can try, my automatic program can scrawl with time frame 1 - H without 429 errors for more than 3 hours. If it's true so the problem is...

Instead, I have done a selenium script to crawls, but like @Raidus said, it blocks very fast if we use one IP address. So my script need to use proxies....

> @2uanDM Would you share your selenium script? Okay @yokaja, I will public it and hope that everyone can contribute to fix some problem existed