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
Hey, I sometimes run into some errors when running Happo where I'd get an error like this after seeing a 5 failed GET requests to the same url: StatusCodeError: 500 - "An error occurred for browser-chrome: Error: connect ECONNREFUSED"
It doesn't happen frequently, but I've come across this error a couple of times, sometimes on consecutive runs too if unlucky.
At the moment, when this error happens, I just rerun Happo and hope that it doesn't run into this error again.
I was wondering if there's any recommendations on what can be done to minimize the chance of this error occurring or if there's a way to run Happo again via CircleCI if Happo couldn't run successfully due to a refused connection error?
Hey, I sometimes run into some errors when running Happo where I'd get an error like this after seeing a 5
failed GET requeststo the same url:StatusCodeError: 500 - "An error occurred for browser-chrome: Error: connect ECONNREFUSED"It doesn't happen frequently, but I've come across this error a couple of times, sometimes on consecutive runs too if unlucky.
At the moment, when this error happens, I just rerun Happo and hope that it doesn't run into this error again.
I was wondering if there's any recommendations on what can be done to minimize the chance of this error occurring or if there's a way to run Happo again via CircleCI if Happo couldn't run successfully due to a refused connection error?