Post
Share your knowledge.
Error with Content Uploaded to Web3.Storage via CAR File
I converted a build folder into a CAR file using ipfs-car and uploaded it to web3.storage. However, I am unable to view the content on a gateway. The HTML file inside the CAR file cannot be accessed as the gateway always times out. The root CID is bafkreihwmhh5usry6rwtwffnlpycawsrba5o3bonmhmuhmzhhhpjwufxmi
, and the CID of the HTML file is bafkreiajeqtrc6m2377ptx7cc7swao7t6hiz4megovgg63hkknreqsp4ki
. A diagnostic tool suggests that no IPFS nodes are hosting the data. Is the web3.storage project no longer functional? I uploaded the CAR file using console.web3.storage
. Any assistance on this matter would be greatly appreciated.
- IPFS
- IPFS Node
- Web3.storage
Answers
1Upon executing the following commands:
ipfs routing findprovs bafkreihwmhh5usry6rwtwffnlpycawsrba5o3bonmhmuhmzhhhpjwufxmi
ipfs id QmQzqxhK82kAmKvARFZSkUVS6fo9sySaiogAnx5EnZ6ZmC
ipfs dag stat bafkreihwmhh5usry6rwtwffnlpycawsrba5o3bonmhmuhmzhhhpjwufxmi
The output for the IPFS ID QmQzqxhK82kAmKvARFZSkUVS6fo9sySaiogAnx5EnZ6ZmC
is as follows:
- ID: QmQzqxhK82kAmKvARFZSkUVS6fo9sySaiogAnx5EnZ6ZmC
- PublicKey: CAASpgIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYi9qW5J1UIE4CUaRxxoROyqHkKZ2nhGRGWDurhNhPiNQ+n0sCy8rREEF9lertFt2n81c1Ik4W/8HZKxvk8PYKStrlGWjur6UoFyt+WuS/1hkRVyqEXjzBF7cLvfYQ75UaATIbLhXWpXqys1DVdh2snD0jnDugF4J72ZboIz6gwZC+BEd5axeVaibB9gJcg+5P48ihq9SAbr4dQUS47OgISMNb3f6nHfK7FQFF/KYx80byJYMJ9Oxsw8CB6C8pmDTdqvzYBT9kCUdY+loN/IcBqEeNw/UF7l3ay/ZJ2Yq437k6kn5BoxaZfxlbZHItoBjiLSJ9FSD7gpnUO+lJAh9bAgMBAAE=
- Addresses: "/dns4/elastic.dag.house/tcp/443/wss/p2p/QmQzqxhK82kAmKvARFZSkUVS6fo9sySaiogAnx5EnZ6ZmC"
- AgentVersion: js-libp2p/0.45.9
- Protocols:
- /ipfs/bitswap/1.2.0
- /ipfs/id/1.0.0
- /ipfs/id/push/1.0.0
The DAG statistics for the CID bafkreihwmhh5usry6rwtwffnlpycawsrba5o3bonmhmuhmzhhhpjwufxmi
are as follows:
- CID: bafkreihwmhh5usry6rwtwffnlpycawsrba5o3bonmhmuhmzhhhpjwufxmi
- Size: 581821
- NumBlocks: 1
CID | Blocks | Size |
---|---|---|
bafkreihwmhh5usry6rwtwffnlpycawsrba5o3bonmhmuhmzhhhpjwufxmi | 1 | 581821 |
Summary:
- Total Size: 581821
- Unique Blocks: 1
- Shared Size: 0
- Ratio: 1.000000
It is worth noting that web3.storage enforces rate limits on nodes by not responding to queries, which may also include gateways.
Do you know the answer?
Please log in and share it.
The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for storing and sharing data in a distributed file system.