ssbc / ssb-server

The gossip and replication server for Secure Scuttlebutt - a distributed social network
1.68k stars 164 forks source link

Cannot read property 'commands' of undefined. #718

Closed xloem closed 4 years ago

xloem commented 4 years ago

Every now and then I try to get ssb-git up and running but I never can get all the parts working together. I tried today and this was the error I got. I did a git pull of scuttlebot master and then npm install, and I'm running Patchwork.

$ sbot plugins.install ssb-npm-registry --from 'http://viewer.scuttlebot.io/&2afFvk14JEObC047kYmBLioDgMfHe2Eg5/gndSjPQ1Q=.sha256'
/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:9
  return o.commands
           ^

TypeError: Cannot read property 'commands' of undefined
    at isGroup (/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:9:12)
    at get (/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:14:8)
    at Object.exports.get (/home/karl/src/scuttlebot/node_modules/muxrpc-usage/index.js:27:10)
    at output (/home/karl/src/scuttlebot/node_modules/muxrpcli/index.js:45:17)
    at /home/karl/src/scuttlebot/node_modules/muxrpcli/index.js:81:9
    at Object._requests.(anonymous function) (/home/karl/src/scuttlebot/node_modules/packet-stream/index.js:38:5)
    at PacketStream._onrequest (/home/karl/src/scuttlebot/node_modules/packet-stream/index.js:151:26)
    at PacketStream.write (/home/karl/src/scuttlebot/node_modules/packet-stream/index.js:134:41)
    at /home/karl/src/scuttlebot/node_modules/muxrpc/pull-weird.js:56:15
    at /home/karl/src/scuttlebot/node_modules/pull-stream/sinks/drain.js:24:37
stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?