desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

ENOTFOUND on attempting to get stream #322

Closed atomheartother closed 5 years ago

atomheartother commented 5 years ago

Hello,

I'm using node-twitter to fetch streams, but just a few hours ago it started giving me ENOTFOUNDerrors:

{ Error: getaddrinfo ENOTFOUND stream.twitter.com stream.twitter.com:443
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:58:26)
  errno: 'ENOTFOUND',
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'stream.twitter.com',
  host: 'stream.twitter.com',
  port: 443 }

The machine i'm running this from has internet, and dns resolution appears functional otherwise. Twitter says stream.twitter is up (here).

atomheartother commented 5 years ago

Nevermind, this appears to be an issue with my own dns resolution after all, nothing to do with you guys.