pre-commit-ci / issues

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

Name resolution failing #166

Closed gazpachoking closed 1 year ago

gazpachoking commented 1 year ago

One of our pre-commit hooks is failing every time when run on pre-commit CI. The hook is working properly when run locally.

poetry-lock is getting HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/importlib-metadata/4.13.0/json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3af88a78e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

Here is a failing run. https://results.pre-commit.ci/run/github/1512901/1665549522.TMK8C-snSHei33tLpRdq5g

It seems to be consistent, it has failed every time on the branch where I added this hook. https://github.com/Flexget/Flexget/pull/3559/commits

Any ideas what's going on here?

gazpachoking commented 1 year ago

Doh. I see the correct repo for issues, and that this is already answered there.