``` const content = await node.dag.get(cid) ``` Exectuing that line, I get an error, that I believe to be caused by js-ipfs: ``` Uncaught TypeError: Cannot read property 'length' of undefined at encode ```