-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix IPFS errors when loading projects #129
Comments
It looks like the domains are just gone:
|
I believe the package that controls these addresses is: https://github.com/libp2p/js-libp2p-bootstrap Lines 13904 to 13905 in 3e7ed35
Which is already at 2.0.0 and we are still on 0.9.7 : https://github.com/libp2p/js-libp2p-bootstrap/releases/tag/v2.0.0
|
We have a CI build for |
Unfortunately
Where Line 106 in 3e7ed35
Merciful Christ protect me... |
The way the dependency is specified in Lines 23468 to 23475 in 3e7ed35
|
This appears to be the relevant issue: And the suggested solution is: git config --global url.https://github.com/.insteadOf git://github.com/ Which creates an entry like this:
|
And it does indeed fix that issue, but we have another:
So I guess I will need to somehow get Node 11, possibly via Nix. |
Looks like Node.js 10 was remove from But we can lock |
Looks like
But even using
Just end me... |
Looks like the highest I can go with NodeJS 10 is Not sure if that's going to be enough, since that version is from 21st of April 2022, but lets see. |
Whelp, I upgraded both, but now I get this:
|
Apparently the solution for the
|
I tried running
And nothing happens. |
Apparently I should be using liquid-funding/embarkConfig/contracts.js Line 223 in 3e7ed35
But when I do I see errors like these:
And it gets stuck as well. |
Using
|
Possible fix for wrong bootstrap node addresses: #129 Signed-off-by: Jakub Sokołowski <[email protected]>
According to @John-44 this isn't worth fixing currently, so I'm going to leave it be fore now. The partially working PR is open as a draft, maybe it will help someone in the future get this done: |
Currently project pages do not load due to IPFS Websocket errors:
This is most probably due to IPFS API changes.
The text was updated successfully, but these errors were encountered: