This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error On Using PubSub in Node.js #1038
Comments
You need to use const ipfs = new IPFS({
EXPERIMENTAL: {
pubsub: true
}
}) |
Could/should ipfs-api check if |
@thisconnect I was thinking about how we could make this error more descriptive to avoid these issues from being created but would involve either 1) having
|
MicrowaveDev
pushed a commit
to galtproject/js-ipfs
that referenced
this issue
May 22, 2020
Saves 1 minute running them locally. License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
This was referenced Jan 20, 2022
This was referenced Mar 21, 2022
This was referenced Aug 30, 2022
This was referenced Aug 30, 2022
This was referenced Aug 30, 2022
This was referenced Aug 31, 2022
This was referenced Aug 31, 2022
This was referenced Jun 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type: Bug
Severity: Critical
Description: Error on using pubsub in nodejs
On digging up in ipfs code, found
this._pubsub = undefined
on src/core/index.js:74
Where is pubsub module code?
ipfs pin [-r] <ipfs-path>
#1 SMP PREEMPT Thu Sep 21 20:33:16 CEST 2017 x86_64 GNU/LinuxSteps to reproduce the error:
The text was updated successfully, but these errors were encountered: