-
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
NO_TRACING_STARTED error #6968
Comments
Thank you so much for filing @wildlyinaccurate this is first actually reproducible cases of this error I've seen!! 🙏 |
The same issue appears to impact CLI tests run from Fedora 29 as well. Environment Information
|
Got the same error while testing it in latest Chrome Canary build via the Audits tab:
With these runtime settings
|
Thanks @jkneepkens, we're working on a fix now. |
I'm getting the same results in Chrome 74.0.3686.0 when running Lighthouse on this site: https://ives-fourth-symphony.com As with the other reports here, NO_TRACING_STARTED is reported for each test within the Performance category. |
Stats on my test: Runtime settings |
The same problem is now in the stable version of Chrome 72.0.3626.81 (Official Build) (64-bit), released today. |
Using a docker-based version that I built today, it has the same issue for https://www.trivago.de , but it works on https://www.projectstealthgame.com :
|
I've got the same issue when I run Chrome 72.0.3626.81 for Linux with a The problem, that there's no A quick fix is to use (e.args.name === 'CrRendererMain' || e.args.name === 'Chrome_InProcRendererThread') |
Thanks for sharing @alekseykulikov. That certainly deserves an issue of its own. Repro:
|
Lifecycle: Some trace event were lost before listen Tracing.dataCollected? Is it possibility? |
Thanks for finding @wuyx0914! Unless things drastically changed on the Chrome side of things. This isn't a possibility. Chrome keeps those events in a buffer until tracing is over to avoid dirtying the trace with all this unrelated protocol traffic. |
Thank you for your explanation.
Reason:
and urlA will forward to urlB immediately, like Receive trace event, and follow under scenario
Some trace event:
Looking forward to your reply. @patrickhulce |
any update on this defect, we are facing similar king of problem, when triggering lighthouse from WPT. |
We think this may be resolved in 5.2.0. Sentry hasn't shown this error for a while. |
#7122 also should have fixed many of these cases and the original repro URL is no longer erroring. I think this can be closed. If someone finds a URL that regularly reproduces this error, please file a new issue with repro steps. At this time, supporting traces from other Chromium-like environments (i.e. Electron) won't be officially supported if they alter the trace format. |
Provide the steps to reproduce
What is the current behavior?
Caught exception: NO_TRACING_STARTED
errors in the console and no performance or PWA score.What is the expected behavior?
No errors :)
Environment Information
Related issues
The text was updated successfully, but these errors were encountered: