new error after update
See original GitHub issueComponent | Version |
---|---|
Operating system | Linux workstation 4.8.0-58-generic #63~16.04.1-Ubuntu SMP Mon Jun 26 18:08:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux |
Node.js | 8.7 |
Chrome/Chromium/… | Google Chrome 62.0.3202.62 unknown |
chrome-remote-interface | 0.25.2 |
Is Chrome running in a container? YES / NO
Ciao!
How are you? I just updated I get this error, is there a change?
2017-10-20 23:05:10 unhandledRejection Error: unexpected server response (404)
at ClientRequest._req.on (/home/patrikx3/Projects/patrikx3/corifeus/corifeus-server/node_modules/ws/lib/WebSocket.js:656:26)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at HTTPParser.parserOnIncomingClient (_http_client.js:549:21)
at HTTPParser.parserOnHeadersComplete (_http_common.js:116:23)
at Socket.socketOnData (_http_client.js:438:20)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at addChunk (_stream_readable.js:264:12)
at readableAddChunk (_stream_readable.js:251:11)
at Socket.Readable.push (_stream_readable.js:209:10)
at TCP.onread (net.js:587:20)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
If you see an error when you update or restore your iPhone ...
Learn what to do if you see an error code or alert when you use your computer to update or restore your device....
Read more >Fix Windows Update errors - Microsoft Support
The steps in this guided walk-through should help with all Windows Update errors and other issues—you don't need to search for the specific...
Read more >Windows 11 Update Broke My Computer: How to Fix Errors
1. Uninstall the latest update · Press the Windows key + I then select Windows Update from the left-hand navigation bar followed by...
Read more >How to fix Windows 11 errors after update - YouTube
Interested in how to fix Windows 11 errors after update ?This video will show you how to do it!While updating your PC is...
Read more >Windows 7 - new error after update : r/FORTnITE - Reddit
Hey, any of my Windows 7 friends got new error too? I just updated to the newest version and can't launch the game....
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
Are you using the browser target
ws://127.0.0.1:9222/devtools/browser
URL explicitly in your code? If that’s the case, you should use the one printed on stderr since Chrome 62. You can fetch it programmatically fromCDP.Version()
, see an example here.Otherwise please try to provide a minimal example that reproduces this issue.
ahh, thanks!