You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Adding content with certain data results in gateway errors.
What I did:
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin is Law")).cid} - This works
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin -is- Law")).cid} - This doesn't work (Gateway error)
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin been Law")).cid} - This works
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin -been- Law")).cid} - This doesn't work (Gateway error)
This also happens for certain files. I believe it to be related to the encoding as I was intermittently getting an error complaining about the encoding of the hash... but alas I can't get this error anymore (just gateway errors)
This also happens with pretty much all other public gateways. I haven't set up an IPFS (full?) node myself just yet, just testing it out and ran into this. It works very well when it does, but it just doesn't sometimes, and it doesn't seem to be related to actual network availability. It seems pretty directly related to the actual content of the data in a way I am unfortunately struggling to explain given the limited knowledge of IPFS I have.
Steps to reproduce the error:
Oh, maybe I should've put the above section here. Well
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin is Law")).cid} - This works
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin -is- Law")).cid} - This doesn't work (Gateway error)
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin been Law")).cid} - This works
go to https://dweb.link/ipfs/${(await ipfs.add("Dalvin -been- Law")).cid} - This doesn't work (Gateway error)
The text was updated successfully, but these errors were encountered:
Browser only use case.0.62.1
Files
Severity:
High
Description:
Adding content with certain data results in gateway errors.
What I did:
https://dweb.link/ipfs/${(await ipfs.add("Dalvin is Law")).cid}
- This workshttps://dweb.link/ipfs/${(await ipfs.add("Dalvin -is- Law")).cid}
- This doesn't work (Gateway error)https://dweb.link/ipfs/${(await ipfs.add("Dalvin been Law")).cid}
- This workshttps://dweb.link/ipfs/${(await ipfs.add("Dalvin -been- Law")).cid}
- This doesn't work (Gateway error)This also happens for certain files. I believe it to be related to the encoding as I was intermittently getting an error complaining about the encoding of the hash... but alas I can't get this error anymore (just gateway errors)
This also happens with pretty much all other public gateways. I haven't set up an IPFS (full?) node myself just yet, just testing it out and ran into this. It works very well when it does, but it just doesn't sometimes, and it doesn't seem to be related to actual network availability. It seems pretty directly related to the actual content of the data in a way I am unfortunately struggling to explain given the limited knowledge of IPFS I have.
Steps to reproduce the error:
Oh, maybe I should've put the above section here. Well
https://dweb.link/ipfs/${(await ipfs.add("Dalvin is Law")).cid}
- This workshttps://dweb.link/ipfs/${(await ipfs.add("Dalvin -is- Law")).cid}
- This doesn't work (Gateway error)https://dweb.link/ipfs/${(await ipfs.add("Dalvin been Law")).cid}
- This workshttps://dweb.link/ipfs/${(await ipfs.add("Dalvin -been- Law")).cid}
- This doesn't work (Gateway error)The text was updated successfully, but these errors were encountered: