-
Notifications
You must be signed in to change notification settings - Fork 30
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
dist.ipfs.io unreliable or blocking automated requests #39
Comments
This is a reliability issue with our gateway that we're currently debugging. (not the normal issues, this appears to be a regression) |
Thank you! |
Just adding a +1... this has been causing huge problems for github.com/trufflesuite/truffle's development process. |
+1 Same on our side with aragon/aragon-cli |
For those who want a (hopefully) temporary workaround, you can try my fork here: https://github.com/aphelionz/npm-go-ipfs-dep/ which downloads from GitHub releases. I know it's not what we want to achieve in the end, but at least this can unblock some people like it unblocked me. Maybe we can use the centralized solution in GH as a fallback or something, I dunno. |
Another option I thought of, but didn't attempt, was to package the CIDs of the releases inside the repo itself and then use |
Proposal to support error recovery via a customizable list of gateways: #31 |
npm install
is failing fairly regularly now, hanging at:I believe three's some automated protection on
dist.ipfs.io
now that's blocking these requests and causing 504 timeouts. You can emulate it by simply callingwget
over and over again until it freezes.Reproduced on multiple devices and internet connection situations.
The text was updated successfully, but these errors were encountered: