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

Unable to access local IPFS Gateway #25

Open
SethDocherty opened this issue Sep 25, 2024 · 3 comments
Open

Unable to access local IPFS Gateway #25

SethDocherty opened this issue Sep 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@SethDocherty
Copy link
Member

When retrieving an asset from IPFS, the fetch method in the Asset class fails with the following error:

InvalidUrlClientError: IPFSSPEC_GATEWAYS=%22http://None:5001,https://ipfs.io,https://gateway.pinata.cloud,https://cloudflare-ipfs.com,https://dweb.link%22,,/ipfs/bafybeiap2dsmoozvrqz42hf2r2nvuikfshrprjqfpiwfx4qvzy2apxxgkq`

This can be resolved by updating our implementation to use IPIP-280 for http gateway access.

@SethDocherty SethDocherty added the bug Something isn't working label Sep 25, 2024
@SethDocherty
Copy link
Member Author

Resources:

Changes to be made:

  • Update ipfsspec dependency to the latest version
  • Remove deprecated env variable IPFSSPEC_GATEWAYS and use IPFS_GATEWAY instead.

@SethDocherty
Copy link
Member Author

@matthewnanas, I was mistaken about needing the s3fs library as it was a requirement that needed to be updated for the Gedi Tutorials.

@SethDocherty
Copy link
Member Author

See #47 for additional details as it seems there is another factor to take into consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant