-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNKNOWN_ERROR LHRs cause Rendering Failure #9510
Comments
This was by design, though (#6014). The result was never supposed to be passed into the report renderer (it's nothing close to an LHR), it was only to satisfy the API needing an object with a top-level lighthouse/clients/lightrider/lightrider-entry.js Lines 74 to 89 in 959c499
I think this is the real phrasing of the issue. Current behavior is/was WAI. If the intent should instead be to always get an LHR back, |
Provide the steps to reproduce
Try to render an UNKNOWN ERROR LHR from PSI. Seems like we set configSettings and other things to
null
instead of filling them in (requestedUrl isnull
even though we know what url was requested). This causes renderer problems since it expects some things to exist.What is the current behavior?
What is the expected behavior?
Rendering a failed report.
@patrickhulce ideas for this? I was thinking we populate most of the LHR in lr-entry before bailing with an UNKNOWN ERROR.
The text was updated successfully, but these errors were encountered: