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
Looks like one of the plugins is exporting data as null when we're expecting an object? I wonder whether we should run ssb-server --help in our tests to ensure that all of this works.
blobs # retrive, store, and share blobs
/home/christianbundy/src/ssbc/ssb-server/node_modules/muxrpcli/index.js:100
console.log(_cmd.concat(key).join('.') + ' # ' + data.description)
^
TypeError: Cannot read property 'description' of null
at /home/christianbundy/src/ssbc/ssb-server/node_modules/muxrpcli/index.js:100:71
at Object._requests.(anonymous function) (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream/index.js:38:5)
at PacketStream._onrequest (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream/index.js:151:26)
at PacketStream.write (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream/index.js:134:41)
at /home/christianbundy/src/ssbc/ssb-server/node_modules/muxrpc/pull-weird.js:56:15
at /home/christianbundy/src/ssbc/ssb-server/node_modules/pull-stream/sinks/drain.js:24:37
at /home/christianbundy/src/ssbc/ssb-server/node_modules/pull-goodbye/node_modules/pull-stream/throughs/filter.js:17:11
at Object.cb (/home/christianbundy/src/ssbc/ssb-server/node_modules/packet-stream-codec/index.js:111:11)
at drain (/home/christianbundy/src/ssbc/ssb-server/node_modules/pull-reader/index.js:39:14)
at more (/home/christianbundy/src/ssbc/ssb-server/node_modules/pull-reader/index.js:55:13)
The text was updated successfully, but these errors were encountered:
Looks like one of the plugins is exporting
data
as null when we're expecting an object? I wonder whether we should runssb-server --help
in our tests to ensure that all of this works.The text was updated successfully, but these errors were encountered: