错误的来源是什么:getaddrinfo EAI_AGAIN? [英] What's the source of Error: getaddrinfo EAI_AGAIN?

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

问题描述

我的服务器今天抛出了这个错误,这是我以前从未见过的 Node.js 错误:

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

我想知道这是否与影响 Shopify 和当今许多其他服务的 DynDns DDOS 攻击有关.

My server threw this today, which is a Node.js 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 a part of? How can I recreate this error with a different domain?

解决方案

If you get this error with Firebase Cloud Functions, this is due to the limitations of the free tier (outbound networking only allowed to Google services).

Upgrade to the Flame or Blaze plans for it to work.

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

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