* ``` 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 (node_modules/multibase/src/rfc4648.js:71:28) at Object.encode (node_modules/multibase/src/rfc4648.js:111:14) at Base.encode (node_modules/multibase/src/base.js:33:23) at toString (node_modules/uint8arrays/to-string.js:45:29) at blockEvent (node_modules/ipfs-bitswap/src/notifications.js:23:38) at Notifications.wantBlock (node_modules/ipfs-bitswap/src/notifications.js:68:22) at Bitswap.get (node_modules/ipfs-bitswap/src/index.js:276:26) at BlockService.get (node_modules/ipfs-block-service/src/index.js:97:28) at IPLDResolver.get (node_modules/ipld/src/index.js:155:33) at get (node_modules/ipfs-core/src/components/dag/get.js:31:25) ```