GoogleChrome/lighthouse · error · LighthouseError
PARSING_PROBLEM
PARSING_PROBLEM
Error message
An internal Chrome error occurred. Please restart Chrome and try re-running Lighthouse.
What it means
Error "An internal Chrome error occurred. Please restart Chrome and try re-running Lighthouse." thrown in GoogleChrome/lighthouse.
Source
Thrown at core/lib/lh-error.js:369
message: UIStrings.pageLoadFailedHung,
lhrRuntimeError: true,
},
/* Used when the page is non-HTML. */
NOT_HTML: {
code: 'NOT_HTML',
message: UIStrings.notHtml,
lhrRuntimeError: true,
},
// Protocol internal failures
TRACING_ALREADY_STARTED: {
code: 'TRACING_ALREADY_STARTED',
message: UIStrings.internalChromeError,
pattern: /Tracing.*started/,
lhrRuntimeError: true,
},
PARSING_PROBLEM: {
code: 'PARSING_PROBLEM',
message: UIStrings.internalChromeError,
pattern: /Parsing problem/,
lhrRuntimeError: true,
},
READ_FAILED: {
code: 'READ_FAILED',
message: UIStrings.internalChromeError,
pattern: /Read failed/,
lhrRuntimeError: true,
},
// URL parsing failures
INVALID_URL: {
code: 'INVALID_URL',
message: UIStrings.urlInvalid,
},
/* Protocol timeout failuresView on GitHub (pinned to 9515cd4e58)
Solutions
- Restart Chrome and re-run Lighthouse.
- Update Chrome to the latest version.
- Close other tabs and applications to free system resources.
When it happens
Trigger: Raised on an internal Chrome failure while attaching to or driving the page.
Common situations: See trigger scenarios.
AI-assisted analysis of GoogleChrome/lighthouse@9515cd4e58 (2026-08-13).
Data as JSON: /api/errors/51398bc04ae84dcb.
Report an issue: GitHub.