You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting the error and trace shown at the end of this post. I'd appreciate any words of wisdom.
I have ChromeDriver 117.0.5938.62 installed at C:\Program Files\ChromeDriver and have been unable to locate another ChromeDriver on my computer.
Chrome was recently updated to 117.
However, no matter what I do, undetected_chromedriver.exe is installed at C:\Users\david\AppData\Roaming\undetected_chromedriver and double-clicking opens a terminal window that says Starting ChromeDriver 112.0.5615.49.
Any python script using selenium produces this error:
WARNING Windows detected, no version number is provided, default: 112
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\undetected_chromedriver_init_.py", line 466, in init
super(Chrome, self).init(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chromium\webdriver.py", line 56, in init
super().init(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\webdriver.py", line 205, in init
self.start_session(capabilities)
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\undetected_chromedriver_init_.py", line 724, in start_session
super(selenium.webdriver.chrome.webdriver.WebDriver, self).start_session(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\webdriver.py", line 289, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\webdriver.py", line 344, in execute
self.error_handler.check_response(response)
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:49938
from session not created: This version of ChromeDriver only supports Chrome version 112
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks,
I keep getting the error and trace shown at the end of this post. I'd appreciate any words of wisdom.
I have
ChromeDriver 117.0.5938.62
installed atC:\Program Files\ChromeDriver
and have been unable to locate another ChromeDriver on my computer.Chrome was recently updated to 117.
However, no matter what I do,
undetected_chromedriver.exe
is installed atC:\Users\david\AppData\Roaming\undetected_chromedriver
and double-clicking opens a terminal window that saysStarting ChromeDriver 112.0.5615.49
.Any python script using selenium produces this error:
WARNING Windows detected, no version number is provided, default: 112
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\undetected_chromedriver_init_.py", line 466, in init
super(Chrome, self).init(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chromium\webdriver.py", line 56, in init
super().init(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\webdriver.py", line 205, in init
self.start_session(capabilities)
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\undetected_chromedriver_init_.py", line 724, in start_session
super(selenium.webdriver.chrome.webdriver.WebDriver, self).start_session(
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\webdriver.py", line 289, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\webdriver.py", line 344, in execute
self.error_handler.check_response(response)
File "C:\Users\david\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:49938
from session not created: This version of ChromeDriver only supports Chrome version 112
Beta Was this translation helpful? Give feedback.
All reactions