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

WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: localhost. Connection pool size: 1 #1617

Open bear0123455 opened 1 year ago

bear0123455 commented 1 year ago

how do i fix this error idk why it happens i am using rhese chrome options btw for my multiple chromedriver sessions

chrome_options.add_argument(f"--proxy-server=socks5://{selected_ip}") chrome_options.add_argument('--ignore-certificate-errors') chrome_options.add_argument("--disable-renderer-backgrounding") chrome_options.add_argument("--disable-backgrounding-occluded-windows")

pedro-peixot0 commented 1 year ago

Have a look at the answer I posted in this issue: #1384 I think it might help you.