Node ECONNRESET error when trying to start percy #1394
-
I'm trying to use percy-capybara, and have been struggling to get past this error.
I get the same thing if I try and run it around a test
From what I've gathered researching, either there's a server that's not running or I'm being blocked from connecting to something. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I should add that I have these env vars set
and I'm installing chromium on debian bullseye like this
|
Beta Was this translation helpful? Give feedback.
-
If I remove the line from my dockerfile to install
|
Beta Was this translation helpful? Give feedback.
-
hey @jtmkrueger 👋
|
Beta Was this translation helpful? Give feedback.
-
Ok, so the root of my issue was jemalloc/jemalloc#520 Once I set up a wrapper to deal with this I was able to get things working with the Thanks for chiming in on this @itsjwala things are working for me now! |
Beta Was this translation helpful? Give feedback.
Ok, so the root of my issue was jemalloc/jemalloc#520
Once I set up a wrapper to deal with this I was able to get things working with the
chromium-driver
debian package.Thanks for chiming in on this @itsjwala things are working for me now!