错误:getaddrinfo EAI_AGAIN [英] Error: getaddrinfo EAI_AGAIN

查看:8026
本文介绍了错误:getaddrinfo EAI_AGAIN的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 错误:getaddrinfo EAI_AGAIN我的服务器我的服务器今天抛出这个,这是一个nodejs错误,我从来没有见过-store.myshopify.com:443 
在Object.exports._errnoException(util.js:870:11)
在errnoException(dns.js:32:15)
在GetAddrInfoReqWrap.onlookup [as oncomplete](dns.js:78:26)

我想知道这是否相关到DynDns DDOS攻击,影响Shopify和许多其他服务今天。 这里有一篇文章。



我的主要问题是 dns.js 做什么?它的哪一部分是节点?我可以用不同的域重新创建这个错误吗?

解决方案

EAI_AGAIN是DNS查找超时错误,意味着它是一个网络连接错误或代理相关错误。


我的主要问题是dns.js做什么?





  • dns.js有节点获取域的IP地址(简而言之)。



更多信息:
http ://www.codingdefined.com/2015/06/nodejs-error-errno-eaiagain.html


My server threw this today, which is a nodejs error I've never seen before.

Error: getaddrinfo EAI_AGAIN my-store.myshopify.com:443
    at Object.exports._errnoException (util.js:870:11)
    at errnoException (dns.js:32:15)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:78:26)

I'm wondering if this is related to the DynDns DDOS attack which affected Shopify and many other services today. Here's an article about that.

My main question is what does dns.js do? What part of node is it apart of? I can I recreate this error with a different domain?

解决方案

EAI_AGAIN is a DNS lookup timed out error, means it is a network connectivity error or proxy related error.

My main question is what does dns.js do?

  • The dns.js is there for node to get ip address of the domain(in brief).

Some more info: http://www.codingdefined.com/2015/06/nodejs-error-errno-eaiagain.html

这篇关于错误:getaddrinfo EAI_AGAIN的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆