-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Support Q - unhandled error events #6326
Comments
Without some minimal reproduceable code It's very hard for anyone to guess why this occurs. But the error is thrown because you're trying to write to a socket that is closed. If you're using a specific library, I'd personally try to isolate this, and check with library authors (because this looks like a user-land error, not node itself). |
This isn't the right place for general support questions. Please move your questions to https://github.com/nodejs/help. If you discover an actual bug with Node, please report it here. |
@cjihrig np, noted thanks |
Well it appears to be a bug with Node, if only because Windows and OSX act differently with core code, it may because of fs-events from chokidar, but that's just a guess |
If you think it might be a bug in Node core, please provide a runnable example that reproduces the problem without any external dependencies like |
Hi all: looking for answers online for this one:
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.
The text was updated successfully, but these errors were encountered: