Skip to content
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

How to include the "_error" in the HAR file? #3132

Closed
flyisland opened this issue Aug 20, 2020 · 3 comments
Closed

How to include the "_error" in the HAR file? #3132

flyisland opened this issue Aug 20, 2020 · 3 comments

Comments

@flyisland
Copy link

Hi, my targeted website includes some pictures that are blocked by the firewall, so that there some errors like "_error": "net::ERR_TIMED_OUT" or "_error": "net::ERR_CONNECTION_RESET" in the HAR file generated by the Chrome DevTools.

But I can not find any such errors in the HAR file generated by the sitespeed.io on the same website pages while there is this error:

ERROR: Failed waiting on page to finished loading, timed out after 300000 ms BrowserError: Running page complete check

Is it possible to ask the sitespeed.io tool to include the "_error" in the HAR file?

@soulgalore
Copy link
Member

Hi @flyisland we need to add that to https://github.com/sitespeedio/chrome-har then. If you can create a trace log (using --browsertime.chrome.collectPerfLog and add that log to an issue, then we have the raw data to fix it.

For the error, I guess the the onLoadEvent never fires and that makes browsertime time out. Can you include the URL that fails, then I can check if there's something we can do smarter.

Best
Peter

@flyisland
Copy link
Author

Hi @soulgalore, I've created an issue on chrome-har, please check it, thanks!

@soulgalore
Copy link
Member

Thanks for creating it on the right place, closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants