-
Notifications
You must be signed in to change notification settings - Fork 74
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
"Something went wrong with recording the trace over your page load" error #166
Comments
Can you try v3.1.7? looks like this one has to be fixed in latest version |
Updating doesnt seem to make a difference - i still get these messages |
I have noticed this goes away if I use the Seems that wunderbar is causing issues (i missed the last bit of errors in original post):
cc @gribnoysup must be associated with: #161 |
@jooj123 Can you share the output that you get with I actually didn't though enough about the case where PWMetrics fails to record data. @denar90 do you think we should fail if some required data is missing or maybe a better idea would be to not print charts at all (or print an empty one as it was before, although this seems a little bit confusing)? |
Yeah maybe its a seperate issue - because as you say the original issue didnt have wunderbar merged (I have since updated pwmetrics and get the same errors + the wunderbar ones) Maybe the timing was missing - but if thats the case it should still be graceful about that and not fail with errors like: Its hard for me to reproduce it now, ill try again later (its a transient issue - possibly some sort of bug with lighthouse as to why it fails to generate metrics I guess) Logged a seperate issue for this here @gribnoysup: #175 |
@jooj123 feel free to reopen this one in case of bug reproducing) |
Config / CLI options
Steps to reproduce.
Run:
pwmetrics --config=test/performance/pwmetrics-config.js
as npm command
Stack trace
Errors like:
Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FMP) Audit key: first-meaningful-paint
Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FMP) Audit key: estimated-input-latency
etc for each metric
Screenshot
Environment
pwmetrics
version:3.1.63.2.1node:8.9.4-slim
but I can reproduce this on my mac sometimes tooThis issue means I can no longer run lighthouse in my CI setup - any ideas would be greatly appreciated
The text was updated successfully, but these errors were encountered: