🏁 Uncaught Error: read ENOTCONN (v23.4.1)
See original GitHub issueEvent 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:
- Created 6 years ago
- Comments:28
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Phew, that’s a relief! Thanks so much for the status update 🌟
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.