Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ssb friends onEdge" crashes ssb-daemon #7

Open
zicmama opened this issue Apr 27, 2020 · 1 comment
Open

"ssb friends onEdge" crashes ssb-daemon #7

zicmama opened this issue Apr 27, 2020 · 1 comment

Comments

@zicmama
Copy link

zicmama commented Apr 27, 2020

ssb friends onEdge

Error: unexpected hangup
    at Object.cb (/home/pi/.nvm/versions/node/v12.16.1/lib/node_modules/ssb-cli/node_modules/pull-box-stream/index.js:117:44)
    at drain (/home/pi/.nvm/versions/node/v12.16.1/lib/node_modules/ssb-cli/node_modules/pull-reader/index.js:46:23)
    at /home/pi/.nvm/versions/node/v12.16.1/lib/node_modules/ssb-cli/node_modules/pull-reader/index.js:63:18
    at /home/pi/.nvm/versions/node/v12.16.1/lib/node_modules/ssb-cli/node_modules/pull-reader/index.js:114:13
    at drain (/home/pi/.nvm/versions/node/v12.16.1/lib/node_modules/ssb-cli/node_modules/stream-to-pull-stream/index.js:126:18)
    at Socket.<anonymous> (/home/pi/.nvm/versions/node/v12.16.1/lib/node_modules/ssb-cli/node_modules/stream-to-pull-stream/index.js:143:5)
    at Socket.emit (events.js:323:22)
    at endReadableNT (_stream_readable.js:1204:12)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)
@zicmama zicmama changed the title ssb friends onEdge crashes ssb-daemon "ssb friends onEdge" crashes ssb-daemon Apr 27, 2020
@christianbundy
Copy link
Member

I don't think this is something we can fix. From the docs: https://github.com/ssbc/ssb-friends#onedge-fn--removelistener

subscribe to changes in the graph. This can only be called locally by another in-process scuttlebot plugin.

These calls are being made over MuxRPC, not "another in-process scuttlebot plugin". I think this is a bug in the SSB-Friends plugin, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants