This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
node.js:183 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: ETIMEDOUT, Connection timed out #2402
Labels
Hi,
I get this ETIMEDOUT error.
node.js:183
throw e; // process.nextTick error, or 'error' event on first
tick
^
Error: ETIMEDOUT, Connection timed out
at Socket._onConnect (net.js:602:18)
at IOWatcher.onWritable as callback
When I try to use the get method to download files from the server.
Node.js 0.4.11.
I just can catch this by on("error", function{}); But I don't think it is the real timed out from the server. Because the Server we use is known as robust very much.
It's a bug of node.js?
The text was updated successfully, but these errors were encountered: