-
Notifications
You must be signed in to change notification settings - Fork 127
Error: no such file or directory, /home/chrome/reports/report.<hash>.json #49
Comments
Of course, I can't reproduce when I run the Docker container locally 😩 |
Aha, so this appears to be the error output in the container. Looks like "no usable sandbox, please update your kernel." If this is happening in my own container, maybe it's happening in the public one too? click here to see error output
|
Just occurred to me that, for my container anyway, the problem is probably that it's not running with |
Oddly, even after fixing the Since the proximate cause is that the client expects JSON and is getting HTML (probably an error page), maybe this is the same issue happening for the main lighthouse-ci server? |
@nolanlawson did you find a fix for this 😃 |
Hi, thanks for putting this tool together. I tested it out using the public server, and ran into the output:
Thinking it was a problem with the public server, I deployed a Docker container as described in the docs. The container had the same issue, though.
So I manually ran the curl command as so:
And I got the output:
Perhaps something changed in the way Lighthouse generated its reports?
The text was updated successfully, but these errors were encountered: