Unable to retrieve files via gateway.ipfs.io #15
Comments
What do you mean? How are you retreiving the file? That is an HTTP url, the associated IPFS address is |
|
I was under the impression that you can test if your file has propagated throughout the network by retrieving it from the gateway.ipfs.io server. That is exactly what the video showed. |
|
Are you running the same version as the Gateway? |
|
Thanks for responding. I set up an additional mode on an Amazon ec2 instance and I was able to retrieve files from my local laptop install and vice versa. So it works! What confused me was the demo video on ipfs.io It showed different results through gateway.ipfs.io and I was expecting my files to be available through their gateway. |
|
The files should be available through their gateway! Or any other gateway. Sometimes it just takes a few minutes for them to propagate the first time. |
|
It's likely a nat problem. we're aware of it. On Sat, Jan 23, 2016 at 6:34 AM Enrico Fasoli notifications@github.com
|
|
hmmm. Yet was unable to find a bug report for NAT in the tracker. |
|
@adamc199 We're actively working on fixing this right now. Do you still have this problem? |
|
This appears to have been fixed on the 4.x releases. AC —————————————— Governments are reading your email. My public key: pubkey.curry.com
|
|
Woo! :D |
|
Reopen as needed. Thanks! |
|
I just added a file to ipfs. It should be available at the following URI but never appears to resolve. My ipfs version is 0.4.2 (same as the gateway). I was following the demo, am I missing something? https://gateway.ipfs.io/ipfs/QmU6ub9mcBtigipmzTZvaZbjmCMgh3aPYHPqi6JzjAQqz4 |
|
I am having this problem as well. Using version 0.4.2 |
|
Could you try it with the most recent v0.4.3-rc1 from https://dist.ipfs.io? |
|
I am using 0.4.4 and have this problem on macosx |
|
@norzak are you connected to other peers? You should be able to see that if you run |
|
It worked today. I do not know why because I didnt do anything different just run the "ipfs daemon". It must be a glitch at gateway.ipfs.io backend. |
|
This issue was moved to https://discuss.ipfs.io/t/unable-to-retrieve-files-via-gateway-ipfs-io/503 |
|
Using ipfs version 0.4.12-dev but still face this problem.. I tried doing this to a random text file --> https://gateway.ipfs.io/ifps/Qmbrfhs8a5WVqWzm21BjYi6MggtZrJa5TpHq4LL9tHZZCd and my localhost says 404 not found. :( |
|
@gowtham-munukutla please ask on https://discuss.ipfs.io |
|
I m having this issue . I can see the peers through ipfs swarm peers but when ipfs add a file, the public gateway can't see it. However, when work on an Ali cloud it works. So it should be a Nat problem |
|
This helped for resolving the inability to access your files publicly when they are already uploaded: https://github.com/ipfs-shipyard/ipfs-webui#configure-ipfs-api-cors-headers |
adamc199 commentedJan 19, 2016
I believe my install is working correctly, I see a list of peers when I execute swarm peers
However, when attempting to retrieve a file I have added as demo'd in the video through gateway.ipfs.io/ipfs/QmTrgQg3TeuqNCqq85Q42x3rnER9eN96J5wj9C2yVD4rwv
The server just sits with a 'Waiting for gateway.ipfs.io" message.
Not sure where to start debugging my problem.
The text was updated successfully, but these errors were encountered: