Unexpected aggressive-promise-polyfill error on dbwtester
See original GitHub issueThis has come up in some smoketests recently…
It’s entirely clear where it’s from. Seems to only happen on ToT.
Me and @brendankenny can repro locally:
My repro:
- get chromium ToT
- open http://localhost:10200/dobetterweb/dbw_tester.html in it
- use ‘pause on caught exceptions’ carefully to find the cascade of exceptions that leads to
TypeError: the given value is not a Promise
there’s a lot of unknowns here…
I’m going to bypass the error temporarily in https://github.com/GoogleChrome/lighthouse/pull/11799
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Module not found: Error: Can't resolve 'promise-polyfill' #1001
Short description of the problem: I'm seeing a weird behavior. When I run ionic serve my app builds and runs as expected. No...
Read more >Resolving promise-polyfill error in ionic 3.7 - Mastering Ionic
Why the promise-polyfill isn't added as a dependency to the project's package.json file by default I don't know (particularly as this is not...
Read more >Promise is undefined in IE11 using babel-polyfill
As the title says, even I'd like to use babel-polyfill to allow me to use promises in my code, but I get that...
Read more >Untitled
Henry the 8ths 4th wife, Frost amphibian database, Hipno electronica remix, ... Emerson tv dvd combo disc error, Mass effect 3 detruire les...
Read more >Package List — Spack 0.20.0.dev0 documentation
examinimd, py-bcbio-gff, r-illumina450probevariants-db ... reads using read pairs that are mapped with unexpected separation distances or orientation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This error seems to also turn into a crash.
When there’s a crash there’s a 'Inspector.targetCrashet
event, but it's logged in verbose. After that, LH tries "Page appears to be hung, killing JavaScript..." and soon after we see a
PROTOCOL_TIMEOUTw/
Emulation.setScriptExecutionDisabled`. (what happened in the w/o JS removal PR: https://github.com/GoogleChrome/lighthouse/runs/1534292951 )I bisected the crash on chromium…
… @brendankenny called it. 😁
fixed by #11836