Closed wwilsman closed 3 years ago
I think you can't be overly verbose on this one 🤔 So you could even put something like this:
[percy] Skipping Percy snapshots - did you forget to run `percy exec`? Check the documentation for more information: https://docs.percy.io/docs/ember
Or the alternative is that you can make sure that whatever error message you chose is googlable by making sure that it's written out on https://docs.percy.io/docs/ember. When I was trying to debug this, the very first thing I did was google [percy] Error fetching DOM library
but I came up with no hits 😞
It may be worth mentioning that this error can also occur if you have a content security policy set up that doesn't include http://localhost:5338
in its connect-src
.
This issue is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This issue was closed because it has been stalled for 28 days with no activity.
Similar to #186 but rather than silence the logs, we might want to elaborate on them. That issue specifically mentions "for example, if the agent server isn't running" which is the most likely reason for that error. We should state so in the error message.
Current:
Possible suggestion?:
Open to other suggestions as well 👂