We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When retrieving an asset from IPFS, the fetch method in the Asset class fails with the following error:
fetch
Asset
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.
The text was updated successfully, but these errors were encountered:
IPFSSPEC_GATEWAYS
IPFS_GATEWAY
Sorry, something went wrong.
@matthewnanas, I was mistaken about needing the s3fs library as it was a requirement that needed to be updated for the Gedi Tutorials.
See #47 for additional details as it seems there is another factor to take into consideration.
No branches or pull requests
When retrieving an asset from IPFS, the
fetch
method in theAsset
class fails with the following error:This can be resolved by updating our implementation to use IPIP-280 for http gateway access.
The text was updated successfully, but these errors were encountered: