You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
/Users/pascalprecht/projects/ipfs/playground/node_modules/ipfs-block-service/src/index.js:64
this._repo.blocks.put(block, callback)
^
TypeError: Cannot read property 'put' of undefined
at BlockService.put (/Users/pascalprecht/projects/ipfs/playground/node_modules/ipfs-block-service/src/index.js:64:23)
at waterfall (/Users/pascalprecht/projects/ipfs/playground/node_modules/ipld/src/index.js:399:28)
at nextTask (/Users/pascalprecht/projects/ipfs/playground/node_modules/async/waterfall.js:16:14)
at next (/Users/pascalprecht/projects/ipfs/playground/node_modules/async/waterfall.js:23:9)
at /Users/pascalprecht/projects/ipfs/playground/node_modules/async/internal/onlyOnce.js:12:16
at setImmediate (/Users/pascalprecht/projects/ipfs/playground/node_modules/ipld-dag-cbor/src/util.js:96:22)
at Immediate.<anonymous> (/Users/pascalprecht/projects/ipfs/playground/node_modules/async/internal/setImmediate.js:27:16)
at runCallback (timers.js:696:18)
at tryOnImmediate (timers.js:667:5)
at processImmediate (timers.js:649:5)
Type: Bug
Severity: High
Description:
I was just about to verify ipfs-inactive/interface-js-ipfs-core#307 (comment) and noticed that
ipfs.dag.put
throws in the latest release:Steps to reproduce the error:
Here's the code that causes this error:
I so it seems the internal blockservice doesn't have an IPFS repo, so I tried specifying a custom one a la
Which didn't do the trick.
The text was updated successfully, but these errors were encountered: