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
Describe the bug
Exact error message below:
I have done JSON.stringify(error). Otherwise it was [Object object]
Looks like you got an error. {"target":{"_events":{},"_eventsCount":2,"readyState":3,"protocol":"","_binaryType":"nodebuffer","_closeFrameReceived":false,"_closeFrameSent":false,"_closeMessage":""}
Can't create shreenshot, X11 not running?. TypeError: Cannot read properties of undefined (reading 'screenshot')
ErrorEvent {
target: WebSocket {
_events: [Object: null prototype] { open: [Function], error: [Function] },
_eventsCount: 2,
_maxListeners: undefined,
readyState: 3,
protocol: '',
_binaryType: 'nodebuffer',
_closeFrameReceived: false,
_closeFrameSent: false,
_closeMessage: '',
_closeTimer: null,
_closeCode: 1006,
_extensions: {},
_receiver: null,
_sender: null,
_socket: null,
_isServer: false,
_redirects: 0,
url: 'ws://127.0.0.1:57865/devtools/browser/ba7cb0f7-c103-4623-96cc-1147ccb52430',
_req: null,
[Symbol(kCapture)]: false
},
type: 'error',
message: 'socket hang up',
error: Error: socket hang up
at connResetException (node:internal/errors:692:14)
at Socket.socketOnEnd (node:_http_client:478:23)
at Socket.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'ECONNRESET'
}
}
Don't worry errors are good. They help us improve. A screenshot has already been saved as error.png in current directory. Please mail it on vasani.arpit@gmail.com along with the steps to reproduce.
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise r{
code: 'ERR_UNHANDLED_REJECTION'
}
To Reproduce
Steps to reproduce the behavior:
Clone Repository
Checkout master branch.
Run app using node src/index
Expected behavior
Ideally it should work
Screenshots
Check error message.
App information (please complete the following information):
Version: Latest master
OS: macOS Monterey 12.2.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Exact error message below:
I have done
JSON.stringify(error)
. Otherwise it was[Object object]
To Reproduce
Steps to reproduce the behavior:
master
branch.node src/index
Expected behavior
Ideally it should work
Screenshots
Check error message.
App information (please complete the following information):
master
The text was updated successfully, but these errors were encountered: