DevTools Error: Runtime.evaluate response did not contain a "result" object
See original GitHub issueInitial URL: http://localhost:3000/excursion/199/SSRBT.R/2013-06-01 Chrome Version: 71.0.3578.98 Error Message: Runtime.evaluate response did not contain a “result” object Stack Trace:
Error: Runtime.evaluate response did not contain a "result" object
at sendCommand.then.response (chrome-devtools://devtools/remote/serve_file/@15234034d19b85dcd9a03b164ae89d04145d8368/audits2_worker/audits2_worker_module.js:1044:47)
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Runtime.evaluate response did not contain a "result" object
Channel: DevTools Initial URL: https://quotesdonut.com/ Chrome Version: 87.0.4280.141 Stack Trace: Error: Runtime.evaluate response did not ...
Read more >Possible side-effect in debug-evaluate in Google Chrome
A new bug in the latest version of Chrome triggers this event every time an expression is evaluated in DevTools. This includes live ......
Read more >chromedp - Go Packages
Package chromedp is a faster, simpler way to drive browsers supporting the Chrome DevTools Protocol in Go without external dependencies.
Read more >node_modules/puppeteer/lib/types.d.ts - devtools ... - Google Git
Blink - Chrome's rendering engine - has a concept of "accessibility tree", ... const result = await executionContext.evaluate(() => Promise.resolve(8 * 7))* ...
Read more >1295750 - console-entered error handling code is ... - Monorail
Specifically, the failure is that the underlying error objects are not passed to the handlers, as expected. What is the expected behavior? I ......
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
as in https://github.com/GoogleChrome/lighthouse/issues/6026#issuecomment-423371703, still weird and shouldn’t happen, but the protocol may sometimes return things it shouldn’t 😃
The protocol can’t be completely dead because there was an
id
on the (connection-level) response matching it to theRuntime.evaluate
call (and resolving thesendCommand
promise), so something else is going on. Maybe we should stringify theresponse
in the error message so at least we can see if it’s anything more than{}
…but it might be just{}
and it won’t be very helpful.We should maybe dig into that chromium haystack to see if there are actually other possible responses 😃
Seems this does not occur anymore.