Closed Kubuxu closed 5 years ago
Solution is likely to add a unixfs contextual resolver to the resolve command (though maybe we want that as an option?) see: https://github.com/ipfs/go-ipfs/blob/master/core/commands/ls.go#L93
@Stebalien has this been resolved?
@whyrusleeping no. I only fixed pinning. Test case:
ipfs resolve /ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/index.html
However, this is a deeper issue. We need to switch to using the unixfs resolver for all /ipfs
paths and then add a /ipld
prefix for resolving IPLD paths (https://github.com/ipfs/notes/issues/248).
Fixed in the CoreAPI refactor.
Version information: 0.4.9-rc2
Type: Bug
Severity: Medium
Description:
Run
ipfs resolve /ipfs/Qm...AAA/file
whereQm...AAA
is sharded.