This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Solutions to "cannot connect to chrome at 127.0.0.1:59305" error #396
zahrevsky
started this conversation in
Show and tell
Replies: 1 comment 10 replies
-
Same problem
I did everything that was in the instructions and it did not help me. Here are the dependency versions:
What else could be the problem? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've faced a problem and found a fix for it. Thought might be helpful to somebody
Problem
Here's full error from console:
The most interesting lines are those two:
Note, that there are other errors, output of which looks the same, but doesn't have those two lines.
Solution
Found at undetected-chromedriver issues:
apt install xvfb -y
:1
export DISPLAY=:1
Xvfb $DISPLAY -screen $DISPLAY 1280x1024x16 &
Beta Was this translation helpful? Give feedback.
All reactions