-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined: blockstore.ErrNotFound #8828
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Version is v0.12.1 |
@Jchicode Can you provide reproduction instructions pls ? Secondly even if it builds it, v0.12.1 builds perfectly fine on my machine: ~/k/go-ipfs$ git checkout v0.12.1
~/k/go-ipfs$ go build ./cmd/ipfs The error you see is likely related to #7074, I guess you have custom code or you are importing go-ipfs in your project and you missmatched the versions of different modules (you have updated the |
I faced the exact same issue, but I was trying to use go-ipfs as a library. Raised the issue here - #8881 |
@sudeepdino008 it could be that we have mixed deps versions between Can you give me a simple reproduce-able case ? (do I just git clone https://github.com/covalenthq/ipfs-pinner and |
Yeah it doesn't we removed it in #7074 and replaced it with Well thx I'll see to work on a fix. |
@Jorropo Thanks. |
|
I see. I wasn't actually using the go.mod in docs/examples (though I did use the sample code from there). Just |
@sudeepdino008 make sense. I'm pretty certain that you just So the issue you were seeing is the blockstore being too new, you should downgrade it. |
Sorry, I just saw it. |
Checklist
Installation method
ipfs-desktop
Version
No response
Config
No response
Description
github.com/ipfs/[email protected]/blocks/blockstoreutil/remove.go:57:51: undefined: blockstore.ErrNotFound
The text was updated successfully, but these errors were encountered: