-
Notifications
You must be signed in to change notification settings - Fork 524
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uparea/screen/exploreIssues related to IPLS Explorer screenIssues related to IPLS Explorer screenarea/screen/filesIssues related to Files screenIssues related to Files screenkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/blockedUnable to be worked further until needs are metUnable to be worked further until needs are met
Description
- OS: Windows
- Version of IPFS Desktop: 0.20.5
Describe the bug
Not all codecs supported by the IPFS command-line are supported by IPFS desktop. See screenshot. It only shows dag-json but also json and some other codecs show the same error.
When making a CID using ipfs dag put someData.json --store-codec=dag-json, I get a CIDv1. Strange enough, dag-json is not in the list of ipfs cid codecs, but supported by ipfs dag put. When copying the received CID to IPFS Desktop, I get error from the screenshot that there is no resolver found for the codec.
To Reproduce
Steps to reproduce the behavior:
ipfs cid codecsnotepad someData.jsonand add some JSON dataipfs dag put someData.json --store-codec=dag-json- Copy the received CID to IPFS Desktop and inspect it.
- See error
Expected behavior
IPFS Desktop recognises that the CID is dag-json, so it should also view information about the content.
Additional context
None.
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uparea/screen/exploreIssues related to IPLS Explorer screenIssues related to IPLS Explorer screenarea/screen/filesIssues related to Files screenIssues related to Files screenkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/blockedUnable to be worked further until needs are metUnable to be worked further until needs are met
