node-irc icon indicating copy to clipboard operation
node-irc copied to clipboard

events.js:167 - throw er; // Unhandled 'error' event

Open NismoGraphics opened this issue 5 years ago • 0 comments

This is what I get when a client tries to connect (on server of course):

[nodemon] starting node app.js` Server Listening on 6667 events.js:167 throw er; // Unhandled 'error' event ^

Error: read ECONNRESET at TCP.onread (net.js:656:25) Emitted 'error' event at: at emitErrorNT (internal/streams/destroy.js:82:8) at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) at process._tickCallback (internal/process/next_tick.js:63:19) [nodemon] app crashed - waiting for file changes before starting...`

NismoGraphics avatar May 03 '19 14:05 NismoGraphics