-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Should specify which link didn't exist on ipfs.cat #1145
Comments
The HTTP API didn't get updated
|
@diasdavid Hi, Vivek from Gitcoin here. Is this something which might be helpful for us to bounty to get some developer eyes on it? We're a big fan of IPFS and would love to contribute, if helpful! Let us know if another issue is even more helpful (cc @owocki) |
I'm new to ipfs, but am willing to give this a shot. It looks like it is just changing the error message in src/core/components/files.js from 'No such file' to |
If the above is true, should the expect(err.message).to.contain(
'no link named "does-not-exist" under Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP'
) |
Is this still open? Can I look into this? |
* feat: support name.resolve of peerid as cid This is a hacky way to support CIDs when API is go-ipfs 0.4.22 or older (convert toBase58btc before sending) License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Closing as this issue is very stale. |
https://github.com/ipfs/js-ipfs/blob/master/src/core/components/files.js#L140 should report the same error as js-ipfs-api.
Example: ipfs-inactive/interface-js-ipfs-core#183 (comment)
//cc @pgte
The text was updated successfully, but these errors were encountered: