Skip to content

Support Q - unhandled error events #6326

Closed
@ORESoftware

Description

@ORESoftware

Hi all: looking for answers online for this one:

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

Error: This socket is closed.
    at Socket._writeGeneric (net.js:640:19)
    at Socket._write (net.js:694:8)
    at doWrite (_stream_writable.js:292:12)
    at writeOrBuffer (_stream_writable.js:278:5)
    at Socket.Writable.write (_stream_writable.js:207:11)
    at Socket.write (net.js:618:40)
    at process.<anonymous> (c:\Users\denman\WebstormProjects\suman\lib\handle-uncaught-exception.js:24:20)
    at emitOne (events.js:77:13)
    at process.emit (events.js:169:7)
    at process.startup.processFatal.process._fatalException (node.js:223:26)

I debugged through my code 20 times, I swore it was this then I swore it was that, but turns out no obvious part of my code is causing the error. I am on Windows, I don't believe the problem happens on OSX, tried on both, only happens on Windows, unfortunately, it's not clear at all where it originates from.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions