You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
After updating to Chrome Version 62.0.3202.62 tests started failing.
unexpected server response (404)
at ClientRequest._req.on (node_modules/chrome-remote-interface/node_modules/ws/lib/WebSocket.js:651:26)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at HTTPParser.parserOnIncomingClient (_http_client.js:565:21)
at HTTPParser.parserOnHeadersComplete (_http_common.js:116:23)
at Socket.socketOnData (_http_client.js:454:20)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at addChunk (_stream_readable.js:266:12)
at readableAddChunk (_stream_readable.js:253:11)
Debug log:
navalia starting, using up to 1 instances +0ms
navalia:chrome-helper using up to infinite tabs +1ms
navalia instances are available and starting +2ms
navalia:chrome-helper starting chrome +0ms
navalia instances are available and starting +226ms
ChromeLauncher Waiting for browser. +9ms
ChromeLauncher Waiting for browser... +0ms
ChromeLauncher Waiting for browser..... +512ms
ChromeLauncher Waiting for browser.....✓ +2ms
The text was updated successfully, but these errors were encountered:
The websocket url is dynamic and must be fetched from const {webSocketDebuggerUrl} = await CDP.Version({port});
Edit:
I forked Navalia but couldn't get CDP.Version to import. Already updated the libs but I'm getting an TypeError: CDP.Version is not a function error
Ouch... I'm curious if you'd be interested in moving over to puppeteer since that project is well established and resourced. Is there something more elaborate that you need in Navalia since I'm in the process of deprecating it?
If so, can we get a warning at the top of the readme? I would have implemented puppeteer rather than navalia from the beginning if I knew that this had been sunsetted.
After updating to Chrome Version 62.0.3202.62 tests started failing.
Debug log:
The text was updated successfully, but these errors were encountered: