GoogleChrome / GoogleChrome/lighthouse
Lighthouse returned error: INTERNAL: APP::1: Abnormal renderer termination, status = crashed exit_code = 1
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
#### Provide the steps to reproduce
1. Run LH on https://www.sodexoengage.com/
This BUG is reported only from https://developers.google.com/speed/pagespeed/insights/ usign LH in local work as normal
#### What is the current behavior?
Requested URL: `https://www.googleapis.com/pagespeedonline/v5/runPagespeed?key=_KEY__&locale=en_US&url=https%3A%2F%2Fwww.sodexoengage.com%2F&strategy=desktop`
Response with:
```
{
"error": {
"code": 500,
"message": "Lighthouse returned error: INTERNAL: APP::1: Lost browser connection.",
"errors": [
{
"message": "Lighthouse returned error: INTERNAL: APP::1: Lost browser connection.",
"domain": "lighthouse",
"reason": "lighthouseError"
}
]
}
}
```
#### What is the expected behavior?
I'm looking for Insight report
#### Environment Information
* Affected Channels: Online service at https://developers.google.com/speed/pagespeed/insights/
* Lighthouse version: V5
* Chrome version: not applicable
* Node.js version: not applicable
* Operating System: not applicable
**Related issues**
Contributor guide
Assessment
This issue has not been assessed yet.