undetected-chromedriver
undetected-chromedriver copied to clipboard
This version of ChromeDriver only supports Chrome version 92
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:49426 from session not created: This version of ChromeDriver only supports Chrome version 92 Current browser version is 94.0.4606.30
Which version of undetected-chromedriver are you using? latest is 3.0.3
kubuntu 18.04.6 LTS Python 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0] on linux
I too have similar problem.
I saw notes regarding 3.0.3, how to specify version:: browser = uc.Chrome(version_main=91), so I am trying to upgrade to 3.0.3 to use this new parameter(version_main) ... BUT... I can't install 3.0.3 due to this error ------ when trying to upgrade UC:: ERROR: Could not find a version that satisfies the requirement selenium==4.0.0b4
If I revert back to using UC v3.0.1 or v3.0.2 on system (details above), produces this error: selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 91 Current browser version is 93.0.4577.63 with binary path /usr/bin/chromium-browser
If I try other possibility:: using "import undetected_chromedriver.v2", I end up with "future annotation error"
import undetected_chromedriver.v2 as uc browser = uc.Chrome()
Traceback (most recent call last):
File "
I'm having the same issue, specifying chrome version with
driver = uc.Chrome(version_main=94)
Doesn't resolve the issue, any advice?
Any updates? Having the same issue :(
Hi, sorry I'm not sure what the issue was but I deleted all local chromedriver files I had (from before I was using this package) and restarted the system. Then it started working.
Apparently ud chromedriver always downloads the latest version of chromedriver and replaces a text to make it undetectable, update your version of chrome.
This doesn't work. I've updated to version 108 but UC still complains "Current browser version is 107.0.5304.121". Yet I'm literally typing this comment in Chrome 108.0.5359.94.