TypeError: Cannot read property 'outputStream' of undefined
at Domain. (repl.js:282:8)
at emitOne (events.js:77:13)
at Domain.emit (events.js:169:7)
at emitError (domain.js:66:24)
at Domain.errorHandler [as _errorHandler] (domain.js:110:18)
at process._fatalException (node.js:220:33)
Hi, Thanks for the API... We are running multichain 1.0 beta and the following are the issues and need your help to fix or upgrade..
multichain.listStreamKeyItems({ ... stream: "stream2", ... key: "key001", ... verbose: true ... }, ... ... (err, info) => { ... ... repl.js:282 top.outputStream.write((e.stack || e) + '\n'); ^
TypeError: Cannot read property 'outputStream' of undefined at Domain. (repl.js:282:8)
at emitOne (events.js:77:13)
at Domain.emit (events.js:169:7)
at emitError (domain.js:66:24)
at Domain.errorHandler [as _errorHandler] (domain.js:110:18)
at process._fatalException (node.js:220:33)
Thanks, Saravana