Closed atomheartother closed 5 years ago
Hello,
I'm using node-twitter to fetch streams, but just a few hours ago it started giving me ENOTFOUNDerrors:
node-twitter
ENOTFOUND
{ 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).
stream.twitter
Nevermind, this appears to be an issue with my own dns resolution after all, nothing to do with you guys.
Hello,
I'm using
node-twitter
to fetch streams, but just a few hours ago it started giving meENOTFOUND
errors:The machine i'm running this from has internet, and dns resolution appears functional otherwise. Twitter says
stream.twitter
is up (here).