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

DevTools Error: Parsing problem ☂️ bug #3306

Closed
gkatsanos opened this issue Sep 12, 2017 · 5 comments
Closed

DevTools Error: Parsing problem ☂️ bug #3306

gkatsanos opened this issue Sep 12, 2017 · 5 comments

Comments

@gkatsanos
Copy link

Initial URL: https://www.staging-lieferheld.de/
Chrome Version: 62.0.3202.9
Error Message: Parsing problem
Stack Trace:

Error: Parsing problem
    at Object.loadingComplete (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:797:479)
    at WebInspector.TimelineLoader.cancel (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:3335:37)
    at WebInspector.TimelineLoader._reportErrorAndCancelLoading (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:3355:42)
    at WebInspector.TimelineLoader._writeBalancedJSON (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:3353:49)
    at WebInspector.TextUtils.BalancedJSONTokenizer._reportBalanced (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:2201:13)
    at WebInspector.TextUtils.BalancedJSONTokenizer.write (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:2199:24)
    at WebInspector.TimelineLoader.write (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:3347:31)
    at TraceParser.parseChunk (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:800:30)
    at onChunkRead (chrome-devtools://devtools/remote/serve_file/@af8baa4f5884a58cb31839507cce2a4a5577f6c6/audits2_worker/audits2_worker_module.js:635:8)
    at <anonymous>
@patrickhulce
Copy link
Collaborator

Hmmm this is a new one... the public access to that URL is just the default 403 forbidden, is there anything special about the page and does this happen every time for you @gkatsanos?

@paulirish
Copy link
Member

Interesting!

Unfortunately we lost an error message that was emitted around this time.

here are the possibilities:

  • "Malformed timeline data: Unknown JSON format" - JSON didnt' start with { or [.. it's out of order
  • "Malformed timeline input, wrong JSON brackets balance" - JSON didn't end right
  • "Malformed timeline data: %s", e.toString()) - a chunk of json coming from IO.read isn't valid despite the balancing. wouldn't expect this.
  • "Legacy Timeline format is not supported." - seems weird.
  • "File \"%s\" not found.", reader.fileName() - backend reports NotFoundError
  • "File \"%s\" is not readable", reader.fileName() - backend reports NotReadableError
  • "An error occurred while reading the file \"%s\"", reader.fileName() - backend reports some other error.

@gkatsanos
Copy link
Author

The website is a staging environment / only accessible behind a specific corporate VPN, and the error didn't appear on a subsequent run. (so it was occasional)

@vinamratasingal-zz vinamratasingal-zz changed the title DevTools Error: Parsing problem DevTools Error: Parsing problem ☂️ bug Nov 7, 2017
@brendankenny
Copy link
Member

This may have been fixed by #6056 (once it reaches DevTools stable)

@paulirish
Copy link
Member

Chrome 71 is now stable. If you see this then you need to upgrade your Chrome!

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

No branches or pull requests

5 participants