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

Crash bug in events.js: unspecified 'error' event. #23

Open
neuhaus opened this issue Nov 12, 2012 · 2 comments
Open

Crash bug in events.js: unspecified 'error' event. #23

neuhaus opened this issue Nov 12, 2012 · 2 comments

Comments

@neuhaus
Copy link

neuhaus commented Nov 12, 2012

This bug was triggered twice on my server:

events.js:70
throw new Error("Uncaught, unspecified 'error' event.");
^
Error: Uncaught, unspecified 'error' event.
at WebSocket.EventEmitter.emit (events.js:70:15)
at Receiver.self._receiver.onerror (.../wpilot/node_modules/ws/lib/WebSocket.js:561:10)
at Receiver.error (...wpilot/node_modules/ws/lib/Receiver.js:301:8)
at Receiver.opcodes.8.finish (.../wpilot/node_modules/ws/lib/Receiver.js:497:14)
at Receiver.opcodes.8.getData (.../wpilot/node_modules/ws/lib/Receiver.js:478:33)
at Receiver.add (.../wpilot/node_modules/ws/lib/Receiver.js:93:24)
at Socket.firstHandler (.../wpilot/node_modules/ws/lib/WebSocket.js:519:22)
at Socket.EventEmitter.emit (events.js:93:17)
at TCP.onread (net.js:396:14)

@neuhaus
Copy link
Author

neuhaus commented May 6, 2015

I put a try catch around it...

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

No branches or pull requests

2 participants
@neuhaus and others