Replies: 2 comments 10 replies
-
I realise this is the wrong place to raise this. I'll use the support channel. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hey @AxonC! This is a good place for it -- those support requests just make their way back to me and @wwilsman in the end. It looks like the build is failing to be created, is there a proper git SHA in the CI env? Can you check the values of these env vars and make sure it's a proper full git SHA? https://github.com/percy/cli/blob/master/packages/env/src/environment.js#L96 Edit; actually I see you say this happens locally too. That is pretty interesting 🤨 What's the git situation like for this project? |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing an issue trying to run Percy locally and in a CI environment.
If I use the --debug flag on the command it works fine (as in does all the steps including downloading Selenium etc.). The stack trace appears to suggest based upon the source code this is an error with communicating with the Percy API?
I've refreshed the token to eliminate that - same error with both tokens set in the environment variable.
Command run:
npx percy snapshot . --verbose
(verbose for extra logging).Version:
1.0.0-beta.72
Node:
v14.17.1
Azure DevOps Pipeline Log:
(Identical to local stack trace)
Beta Was this translation helpful? Give feedback.
All reactions