-
Notifications
You must be signed in to change notification settings - Fork 489
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
Error: No resolver found for codec "dag-json" (and dag-cbor) #1923
Comments
Thank you for filling this.
|
@hacdias mind taking a look if we can add support for
|
@lidel just before I tackle this, isn't the fact that IPLD Explorer still uses the old microformats packages a blocker? And updating that is, in turn, blocked by migrating Web UI to the newer IPFS JS HTTP API version? Because the Refs:
If so, I have to plan how to proceed forward because of my limited time weekly. |
|
@lidel here's a PR to add support for
|
@hacdias that is a really nice way, was not expecting us to be this lucky 👍 🚀 Changes from your PR got released as – mind opening a PR against ipfs-webui that:
Some ideas how to make your work easier:
|
@lidel so I've been trying to tackle that and I've been running into this two issues:
I have been trying to find a workaround, without success. Any suggestions? |
This was fixed upstream, and works in the latest webui that shipped with Kubo 0.17 JSON / CBOR saga continues in: ipfs/kubo#9335 (Kubo 0.18 will have JSON/CBOR support on Gateways too) |
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 alsojson
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 ofipfs cid codecs
, but supported byipfs 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 codecs
notepad someData.json
and add some JSON dataipfs dag put someData.json --store-codec=dag-json
Expected behavior
IPFS Desktop recognises that the CID is
dag-json
, so it should also view information about the content.Screenshots
Additional context
None.
The text was updated successfully, but these errors were encountered: