Chrome Debugger could not be reached
See original GitHub issuechrome: 58 os: macOS 10.12.4
trace:
🏎 Speed Racer v0.1.2
❯ Starting
✖ Launching headless browser
→ Chrome Debugger could not be reached.
Starting tracing server
Tracing
Reporting
Error: Chrome Debugger could not be reached.
at isDebuggerReady.then.isReady (/usr/local/lib/node_modules/speedracer/lib/launch-chrome.js:74:27)
at process._tickCallback (internal/process/next_tick.js:109:7)
Let me know if you need more info.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
VS Code debug in Chrome - This site can't be reached error
I am trying to debug a very simple html app with Chrome, but when I get to my localhost I get an error...
Read more >Debugging type chrome fails when using request: attach in a ...
When using "type": "chrome" and "request": "attach" , the debugger will fail to start almost immediately with the following message: Cannot ...
Read more >Cannot debug with chrome - Visual Studio Feedback
We suspect this is a known issue. Please try killing all prior Chrome processes before launching debug(F5) and see if this can fix...
Read more >Chrome Browser debug logs - Google Support
You can troubleshoot problems with Chrome Browser, such as hanging tabs and error messages. Use debug logs to help you. These logs aren't...
Read more >Source tab sometimes does not refresh when browser window ...
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group. To unsubscribe from this group and...
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
@AutoSponge Did you add the
--no-headless
flag?I have version 0.2.0 of speedracer on mac osx with chrome Version 58.0.3029.110 (64-bit). Same error:
Chrome Debugger could not be reached.