ipfs.dag.get fails with a map error only in IPFS Companion #856
Labels
area/window-ipfs
Issues related to IPFS API exposed on every page
effort/days
Estimated to take multiple days, but less than a week
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P0
Critical: Tackled by core team ASAP
Bug Description
I am using the git-remote-ipld to load git commits into IPFS. I am trying to download a zip of the repo's contents as is done in IGiS.
Running
git push ipld:: master
gives meipld://QmWVVMpoyF9dRNimVnGpbioTkkgVkJGNf4FB1sH5nEGsKb
, but when I pass that toipfs.dag.get
, I get an error to the console:Cannot read property 'map' of undefined
.When I use the
ipfs dag get
command in the terminal it returns data.More importantly, I am able to open the cid in IGiS which uses
dag.get
, but doesn't use the ipfs-companion.To Reproduce
Desktop
The text was updated successfully, but these errors were encountered: