The server doesn't seem to start:-
07:29:49 (master) ~/js/ssb-minimal$ echo $ssb_appname; sbot server
ssb_test
flumelog-offset: blockSize and codec params moved into an object. https://github.com/flumedb/flumelog-offset
Log level: notice
************************************************** (indexes:100%)^C
And on another terminal:-
07:29:01 (master) ~/js/ssb-minimal$ echo $ssb_appname; npm start
ssb_test
> ssb-minimal@0.0.1 start /Users/kamal/js/ssb-minimal
> node index.js
err Error: could not connect to sbot
at /Users/kamal/js/ssb-minimal/node_modules/ssb-client/index.js:96:23
at /Users/kamal/js/ssb-minimal/node_modules/multiserver/compose.js:65:24
at Socket.<anonymous> (/Users/kamal/js/ssb-minimal/node_modules/multiserver/plugins/net.js:38:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at emitErrorNT (net.js:1281:8)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
Error: connect ECONNREFUSED 127.0.0.1:8007
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1090:14)
Any idea where I got it wrong ? The sbot I got from npm install -g scuttlebot
.