Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registry.js.ipfs.io unstable #90

Open
parkan opened this issue Mar 6, 2019 · 1 comment
Open

registry.js.ipfs.io unstable #90

parkan opened this issue Mar 6, 2019 · 1 comment

Comments

@parkan
Copy link

parkan commented Mar 6, 2019

I'm seeing lots of output like:

🚨 Request to GET https://registry.js.ipfs.io/through failed on attempt 2 - RequestError: Error: ESOCKETTIMEDOUT
📄 GET /is-glob/-/is-glob-3.1.0.tgz 200 5997mssolveWithNewModule [email protected] checking installable status
🏄‍♀️ Added https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz with hash bafybeifgrmifbah6bucavqnfbojm4gfdhu4ntpg33fqcpdhi7rpnsywezi in 29ms
🚨 Request to GET https://registry.js.ipfs.io/onetime failed on attempt 2 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/findup-sync failed on attempt 1 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/fined failed on attempt 1 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/object.map failed on attempt 1 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/is-glob failed on attempt 1 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/is-glob failed on attempt 1 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/is-glob failed on attempt 1 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/findup-sync failed on attempt 2 - RequestError: Error: ESOCKETTIMEDOUT
🚨 Request to GET https://registry.js.ipfs.io/is-glob failed on attempt 2 - RequestError: Error: ESOCKETTIMEDOUT

seems like it could be the same issue as #86

it eventually does get the metadata but it takes many retries

@NatoBoram
Copy link

NatoBoram commented Nov 29, 2019

Same here.

info There appears to be trouble with your network connection. Retrying...
😈 Connecting to a remote IPFS node at /ip4/127.0.0.1/tcp/5001
🗂️  Loading registry index from https://registry.js.ipfs.io
☎️  Dialling registry mirror /ip4/35.178.192.119/tcp/10045/ipfs/QmfKqxieE71QoAchNk5e2MKmvWKjGdUnSifHqq1xZLEzyn,/dns4/registry.js.ipfs.io/tcp/10045/ipfs/QmfKqxieE71QoAchNk5e2MKmvWKjGdUnSifHqq1xZLEzyn
📱️ Connected to registry
info There appears to be trouble with your network connection. Retrying...
😈 Connecting to a remote IPFS node at /ip4/127.0.0.1/tcp/5001
🗂️  Loading registry index from https://registry.js.ipfs.io
☎️  Dialling registry mirror /ip4/35.178.192.119/tcp/10014/ipfs/QmWBaYSnmgZi6F6D69JuZGhyL8rm6pt8GX5r7Atc6Gd7vR,/dns4/registry.js.ipfs.io/tcp/10014/ipfs/QmWBaYSnmgZi6F6D69JuZGhyL8rm6pt8GX5r7Atc6Gd7vR
📱️ Connected to registry
info There appears to be trouble with your network connection. Retrying...
😈 Connecting to a remote IPFS node at /ip4/127.0.0.1/tcp/5001
🗂️  Loading registry index from https://registry.js.ipfs.io
☎️  Dialling registry mirror /ip4/35.178.192.119/tcp/10006/ipfs/Qmf8FJm6bQaLEuMyMU2wVq6BwfiUwtCNd3vz3hLMXHQA9z,/dns4/registry.js.ipfs.io/tcp/10006/ipfs/Qmf8FJm6bQaLEuMyMU2wVq6BwfiUwtCNd3vz3hLMXHQA9z
📱️ Connected to registry
info There appears to be trouble with your network connection. Retrying...
😈 Connecting to a remote IPFS node at /ip4/127.0.0.1/tcp/5001
🗂️  Loading registry index from https://registry.js.ipfs.io
☎️  Dialling registry mirror /ip4/35.178.192.119/tcp/10022/ipfs/Qmf5Rpj2FVVFnvReM7sdjrBTroVhwQSjUrkPbzo5XoVuiE,/dns4/registry.js.ipfs.io/tcp/10022/ipfs/Qmf5Rpj2FVVFnvReM7sdjrBTroVhwQSjUrkPbzo5XoVuiE
📱️ Connected to registry
error An unexpected error occurred: "http://localhost:42573/shot/-/shot-3.5.0.tgz: ESOCKETTIMEDOUT".
info If you think this is a bug, please open a bug report with the information provided in "/home/nato/Code/gitlab.com/NatoBoram/public-gateway-cacher/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
🎁 /usr/local/bin/yarn exited with code 1
🔏 Updating yarn.lock

It would be nice if it used a fallback. I see there's a fallback config and it defaults to an HTTPS repo, but there's no mention of it in the logs.

  --npm-registry                A fallback to use if the IPFS npm registry is
                                unavailable
                                         [default: "https://registry.npmjs.com"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants