pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

`getaddrinfo EAI_AGAIN`: DNS infra problems? #91

Closed webknjaz closed 2 years ago

webknjaz commented 2 years ago

I noticed this failing https://results.pre-commit.ci/run/github/389989116/1632721562.9NY5Xp28Q96UpH0JyHfBhA with

npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! request to https://registry.npmjs.org/chai/-/chai-4.3.4.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/npm/_logs/2021-09-27T05_46_08_081Z-debug.log

It's quite obvious that npm ci is failing to resolve https://registry.npmjs.org. I've checked that the NPM's status page is green and that I can open it locally.

I came to the tracker to ask for a Re-run button (I think it'd be nice to have — have you considered it?) but then I saw mentions of pre-commit.ci run, tried it and saw that the problem persists: https://results.pre-commit.ci/run/github/389989116/1632722860.xXQhN23aS-KC7wJcmsQO3g

Is it safe to assume that it's something on your side? Sounds like it.

webknjaz commented 2 years ago

Duplicate of #55