question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🏁 Uncaught Error: read ENOTCONN (v23.4.1)

See original GitHub issue

Event log:

Error: read ENOTCONN
    at exports._errnoException (util.js:1022:11)
    at Socket._read (net.js:425:21)
    at Socket.Readable.read (_stream_readable.js:348:10)
    at Socket.read (net.js:308:43)
    at new Socket (net.js:188:12)
    at createSocket (internal/child_process.js:243:11)
    at internal/child_process.js:329:22
    at Array.forEach (native)
    at ChildProcess.spawn (internal/child_process.js:318:9)
    at Object.exports.spawn (child_process.js:399:9)
    at Object.<anonymous> (C:\Users\<user>\AppData\Local\itch\app-23.4.1\resources\app.asar\appsrc\util\spawn.ts:90:30)
    at Generator.next (<anonymous>)
    at C:\Users\<user>\AppData\Local\itch\app-23.4.1\resources\app.asar\app\util\spawn.js:7:71
    at __awaiter (C:\Users\<user>\AppData\Local\itch\app-23.4.1\resources\app.asar\app\util\spawn.js:3:12)
    at Object.spawn [as default] (C:\Users\<user>\AppData\Local\itch\app-23.4.1\resources\app.asar\app\util\spawn.js:20:12)
    at Object.<anonymous> (C:\Users\<user>\AppData\Local\itch\app-23.4.1\resources\app.asar\appsrc\util\os.ts:87:29)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:28

github_iconTop GitHub Comments

1reaction
fasterthanlimecommented, Jul 18, 2017

Phew, that’s a relief! Thanks so much for the status update 🌟

1reaction
FinalSparkGamestudioscommented, Jul 17, 2017

I set it to start to 1. Yeah I should reboot. But can’t atm due to work will try it later and reply if it worked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: read ENOTCONN: Nodejs, error after running the project
The port I'm using is not busy. We are using socket.io , tried to remove the part of code, that uses the module,...
Read more >
Failed to read from socket - ENOTCONN - Socket not connected
Hello, I can't establish any connection. Allways have this error: Failed to read from socket - ENOTCONN - Socket not connected.
Read more >
FS#57138 : [nodejs] [libuv] NPM socket error - Arch Linux
I can confirm this bug too. npm, the node.js package manager started giving me ENOTCONN errors after upgrading to this. Comment by Eli...
Read more >
MQ errors AMQ9219E and AMQ9213, due to TCP error ... - IBM
++ Action: . The TCP error ENOTCONN is generated outside MQ. MQ is just reacting to receiving this unexpected error. In some cases,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found