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

Unhandled error event #16

Open
WeeJeWel opened this issue Aug 20, 2018 · 1 comment
Open

Unhandled error event #16

WeeJeWel opened this issue Aug 20, 2018 · 1 comment
Assignees

Comments

@WeeJeWel
Copy link

WeeJeWel commented Aug 20, 2018

events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: Remote connection unexpectedly closed.
    at Object.keys.forEach (/node_modules/linux-device/remote/client.js:126:29)
    at Array.forEach (<anonymous>)
    at Socket.serv.on (/node_modules/linux-device/remote/client.js:125:25)
    at Socket.Emitter.emit (/node_modules/component-emitter/index.js:133:20)
    at Socket.emit (/node_modules/linux-device/node_modules/socket.io-client/lib/socket.js:136:10)
    at Socket.onclose (/node_modules/linux-device/node_modules/socket.io-client/lib/socket.js:209:8)
    at Manager.<anonymous> (/node_modules/component-bind/index.js:21:15)
    at Manager.Emitter.emit (/node_modules/component-emitter/index.js:133:20)
    at Manager.onclose (/node_modules/linux-device/node_modules/socket.io-client/lib/manager.js:502:8)
    at Socket.<anonymous> (/node_modules/component-bind/index.js:21:15)
@jeroenvollenbrock
Copy link
Contributor

This is caused by the lack of an error event listener, but this issue lacks the required context to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants