ipfs / ipfs-docs

📚IPFS documentation platform
https://docs.ipfs.tech
299 stars 409 forks source link

Initialize a Kubo node and interact with the IPFS Network #1739

Open arivictor opened 11 months ago

arivictor commented 11 months ago

The initialisation section for Kubo suggests running:

 ipfs cat /ipfs/QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG/quick-start

However this returned

Error: block was not found locally (offline): ipld: could not find QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG

It was not until I started the ipfs daemon that I was able to successfully cat the file. The next section then talks about "taking your node online" and running the daemon, it seems the instructions are in the wrong order, or have I done something incorrect?

welcome[bot] commented 11 months ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additiona round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.tech if you just need general support.