ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.96k stars 1.16k forks source link

Chrome is stopped when run thread #577

Open guidetuanhp opened 2 years ago

guidetuanhp commented 2 years ago

Example when I run 10 thread. Sometimes on 1 thread, chrome started but it was stopped and not run more, other thread was still running.

PePinodemrs commented 2 years ago

Example when I run 10 thread. Sometimes on 1 thread, chrome started but it was stopped and not run more, other thread was still running.

same but , also , chrome does not start

sebdelsol commented 2 years ago

Could please post some code to reproduce the issue. Are you sure you've updated undetected chromedriver ?

guidetuanhp commented 2 years ago

Could please post some code to reproduce the issue. Are you sure you've updated undetected chromedriver ?

`import undetected_chromedriver as chrome from concurrent.futures import ThreadPoolExecutor def create(data, i):

if name == 'main': pool = ThreadPoolExecutor(max_workers=10) for i in range(50): data = '' pool.submit(create, data, i) time.sleep(4)

`

sebdelsol commented 2 years ago

That doesn't help at all :(