bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

Failed after max attempts: CaptureFailedError: returncode=127 #124

Closed madmaniak closed 9 years ago

madmaniak commented 9 years ago

My test run is failing with this message. What does it mean?

bslatkin commented 9 years ago

Sorry for the delay!

This probably means that running PhantomJS failed for some reason. I found this:

"Value 127 is returned by /bin/sh when the given command is not found "

Do you have PhantomJS installed and available on the correct path? I'd check the server logs to see what exact path it's using.

I'm going to close this for now but please reopen if you're not able to resolve the issue now.