-
I created a gist to try out the sbot rpc api:
https://gist.github.com/ralphtheninja/a41fcaad4e0827b8e70d
It works well if run stand alone but crashes if you require it and call the `rpcAdd` method:
…
-
```
$ cat data.json | sbot add --
/home/lms/src/ssbc/scuttlebot/bin.js:202
if(err) throw err
^
TypeError: Cannot read property 'type' of null
at Object.add (/hom…
-
The original trac bug was
```
There should be a 'reload' method in a ShoebotWindow
So that we can quickly refresh output, as well as having IDE scripts refresh an existing window rather than opening…
-
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 s…
-
``````
info 6RKi REMO 7 remote-authed {"granted":true,"type":"peer","role":"anonymous"}
AUTH DEBUG -- ERR: undefined
AUTH DEBUG -- RES: { granted: true, type: 'peer', role: 'anonymous' }
AUTH DEBUG --…
-
i've observed this on my mac laptop. if the system suspends while sbot is running, sbot won't resume gossip on wake-up.
here are the tail of the logs:
```
info kIet SBOT 284 connect
{
"host": …
-
Just sync'd to `master` ~20 minutes ago. `sbot server` ran mostly fine, but died shortly after I restarted it with the following:
```
/home/stephen/npm/lib/node_modules/scuttlebot/node_modules/muxrpc…
-
Right now messages look like this:
``` js
{
"type": "sys-stat",
"text": "{\"os\":{\"type\":\"Linux\",\"arch\":\"x64\",\"platform\":\"linux\",\"loadavg\":[0.2060546875,0.1181640625,0.1337890625]},…
-
if I make an erronious script like
``` python
rect(40, 40, 40)
```
I get an error that includes info internal to shoebot ... by default the user should just get the script error, unless they specify…
-
```
info 6RKi REMO 7 remote-authed {"granted":true,"type":"peer","role":"anonymous"}
AUTH DEBUG -- ERR: undefined
AUTH DEBUG -- RES: { granted: true, type: 'peer', role: 'anonymous' }
AUTH DEBUG -- RP…