Getting Started hash returns merkledag: not found
#85
Comments
|
I was able to find it fine: 🐕 ipfs cat /ipfs/QmPXME1oRtoT627YKaDPDQ3PwA8tdP9rWuAAweLzqSwAWT/readme
Hello and Welcome to IPFS!
██╗██████╗ ███████╗███████╗
██║██╔══██╗██╔════╝██╔════╝
██║██████╔╝█████╗ ███████╗
██║██╔═══╝ ██╔══╝ ╚════██║
██║██║ ██║ ███████║
╚═╝╚═╝ ╚═╝ ╚══════╝
If you're seeing this, you have successfully installed
IPFS and are now interfacing with the ipfs merkledag!
-------------------------------------------------------
| Warning: |
| This is alpha software. use at your own discretion! |
| Much is missing or lacking polish. There are bugs. |
| Not yet secure. Read the security notes for more. |
-------------------------------------------------------
Check out some of the other files in this directory:
./about
./help
./quick-start <-- usage examples
./readme <-- this file
./security-notesMaybe open this issue on ipfs/support or hop into the IRC channel? |
|
Same error for me, using ipfs version 0.3.11 via NixOS. |
|
It worked after I started |
|
Oh! Yes, it is! And that explains the error above. |
|
Hmm. Actually, I'm not sure. @whyrusleeping @diasdavid Shouldn't this work without being connected? |
|
@RichardLitt that is because the init docs have changed (https://github.com/ipfs/go-ipfs/commits/master/assets/init-doc) but the hash on that welcome text hasn't. This means that everyone has indeed the welcome docs in their machine, but it is trying to load a older version that is available on the network (and so needs the daemon on). |
|
Hmm. How can I remove a version of the older file from my local so that I can reproduce? |
|
@RichardLitt the best way to reproduce is to backup your repo and init a new one, so you start on the same ground that @chris-martin and @abacon started |
|
I just downloade 0.4.2 and I had to manually start the daemon before Getting Started. Please update the Getting Started tutorial. |
|
The error message could definitely be more helpful. |
|
Using version ipfs version 0.4.4. |
Fixes ipfs-inactive/website#85 License: MIT Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz>
Fixes ipfs-inactive/website#85 License: MIT Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz>
|
This should not be an issue anymore. If anyone finds an issue in go-ipfs, please report at https://github.com/ipfs/go-ipfs Thanks! |
|
still a problem here. installed and getting |
|
ah sorry, i'll repost it there |
|
Hi there, I've got the same error at the very begining when I ran the code given in the section "init the repo" from the documentation (https://gateway.ipfs.io/ipfs/QmeYYwD4y4DgVVdAzhT7wW5vrvmbKPQj8wcV2pAzjbj886/docs/getting-started/). Maybe you wrote that peer identity instead the one given by your console output. Here was mine after initializing ipfs: |
|
same here. Running daemon fixed it. |
|
The getting started guide has the |
|
ADD |
|
This should actually work without starting Fix: #263 |
|
@Stebalien On Windows it doesn't work without manually running |
|
@rustyx try initializing a new repo and never running the daemon. Does that work (still a bug but trying to narrow it down)? Also, what error do you get and what version are you using? |
|
@Stebalien I'm using version 0.4.16-rc1. It seems to be related to the FAR file manager that I'm using, as I now tried it in a regular |
|
Your file manager shouldn't make a difference. Could you elaborate? |
|
@rustyx in your screenshot, youre running ipfs cat on a different hash than the one that init prints out |
|
Hm. Did my update to the website not get automatically deployed? He's using the old hash on the website but that should have been fixed in #263. Are we not using CI to deploy? |
|
Oh I see. I got the path from the getting-started page, I guess that page is outdated?? The path starts working after starting the daemon, which added to my confusion. |
|
yep. things work when you start your daemon because it can then fetch it from people who ran init with earlier versions of ipfs. Definitely one of the more confusing parts of our 'getting started' docs... I'm in favor of replacing the hash with We could also add more automation to keep things up to date, but thats harder and more prone to breaking. |
|
There is a note on https://docs.ipfs.io/introduction/usage/ that says:
I would argue that the above is key info and should not be in a 'pull out note'. (which to my mind suggests that it is content that can be skipped if you are in a hurry). You could replace:
with:
For a better first experience with IPFS |
|
ait@ipfsTest: Just hangs |
|
The content changes every so often. The new hash should be /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv. Take a look at the message produced by |

abacon commentedDec 25, 2015
Fresh install of ipfs ipfs version 0.3.10 (prebuilt go binary for OSX, running 10.11.1)
The hash indicated in Getting Started isn't available.
The text was updated successfully, but these errors were encountered: