ssbc / ssb-server

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

Issues when installed -g via npm #119

Closed pfrazee closed 9 years ago

pfrazee commented 9 years ago

For me, running sbot server after npm install -g scuttlebot seemed to work well, except that phoenix would show "Message not found" every time I tried to open a message. Using my work-version of scuttlebot, I experienced no issues.

@jtremback also reported a buggy experience: phoenix web ui would not load, and his command is scuttlebot instead of sbot

dominictarr commented 9 years ago

what npm versions is every one using? @jtremback @pfraze

pfrazee commented 9 years ago

also node versions. I'm npm 1.4.28 and node 0.10.33

spro commented 9 years ago

I just ran into the "Message not found" problem and it looks like it was just that secure-scuttlebutt was out of date (due to the seemingly recent change of using relatedMessages) https://github.com/ssbc/scuttlebot/pull/123

pfrazee commented 9 years ago

this appears to be solved