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.18k stars 1.1k forks source link

Problems with bot made using undetectable-chromedriver #1001

Open ghost opened 1 year ago

ghost commented 1 year ago

screenshot1 So, I updated to chromedriver=109 recently so had to change from: self.driver = uc.Chrome(headless = True, user_data_dir=f"data/profiles/{user}-chromium", options=options, version_main=107) to self.driver = uc.Chrome(headless = True, user_data_dir=f"data/profiles/{user}-chromium", options=options, version_main=109) This bot used to be working with undetectable-chromedriver, chromium=107 and after this new update to chromium 109, there seems to be some detection going on. Even on non headless mode, I am getting host error but works via private mode in firefox. So, what should I do

ghost commented 1 year ago

I am also getting this error on non headless mode. Earlier screenshot was from get screenshot as file method from selenium in headless. This is non headless. The website still works in firefox-esr in private window but not in undetecteable chromedriver image

ghost commented 1 year ago

I dont know how to downgrade/ make apt to install chromium=107. I think non headless mode works okay

ManiMozaffar commented 1 year ago

Hello, the problem is patched in #1031, please try that. thanks.