Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: App not starting up while running locally #328

Open
r1jsheth opened this issue Jun 29, 2022 · 1 comment
Open

macOS: App not starting up while running locally #328

r1jsheth opened this issue Jun 29, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@r1jsheth
Copy link

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 [email protected] 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:

  1. Clone Repository
  2. Checkout master branch.
  3. 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
@r1jsheth r1jsheth added the bug Something isn't working label Jun 29, 2022
@r1jsheth r1jsheth changed the title New Bug macOS: App not starting up while running locally Jun 29, 2022
@vasani-arpit
Copy link
Owner

Should be fixed in v0.29.0
https://github.com/vasani-arpit/WBOT/releases

Please check and let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants