Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

DNS Lookup Failure #143

Closed
Valid opened this issue May 12, 2010 · 4 comments
Closed

DNS Lookup Failure #143

Valid opened this issue May 12, 2010 · 4 comments

Comments

@Valid
Copy link

Valid commented May 12, 2010

I have a script that makes 1 http request every second, I have gotten the following error (which stops the script completely) several times:

Error: ENOMEM, Timeout while contacting DNS servers
at Timer.callback (dns:15:13)
at node.js:176:9
@kristate
Copy link

Any tips on how a patch could be devised for this?
It seems like any sort of EXX Error will kill the entire process.

Error: ETIMEOUT, Timeout while contacting DNS servers
    at Timer.callback (dns:15:13)

@filiptepper
Copy link

I'm having the same issue, I can't do any http requests from node (and can't install npm).

I keep on getting
Error: ETIMEOUT, Timeout while contacting DNS servers
at Timer.callback (dns:15:13)
at node.js:757:9

@mbrevoort
Copy link

I've experienced this regularly when using a wireless network connection.

@ry
Copy link

ry commented Jan 27, 2011

you should get these error on the 'error' event on the request object in HEAD. Closing.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants