Message: session not created: cannot connect to chrome at 127.0.0.1:9222 #3755
-
|
Hey, Im getting this error selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot connect to chrome at 127.0.0.1:9222 Although im running on ChromeDriver 136.0.7103.92, I do not get this error on windows only on my linux server, talked with few people that are seeing the same error. Ive tried running on a new linux server and freshly installed everything and im getting the same error. `with SB(uc=True, test=True, locale="en", proxy=DEDICATED_PROXY, ad_block=True, headed=True) as sb: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
In windows we have that problem, mac works fine. Path is executeable everything was working but for a while that started saying cannot connect to chrome. Also I am using chrome for testing thats why this happening. |
Beta Was this translation helpful? Give feedback.
cannot connect to chromemeans that either Chrome isn't installed on your machine, or it's not located in the default location.Use
binary_locationto set the location, which expects a full path to the Chrome executable.