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. |
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 |
|
If I remove the line from my dockerfile to install |
|
hey @jtmkrueger 👋
|
|
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! |
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-driverdebian package.Thanks for chiming in on this @itsjwala things are working for me now!