patchbay icon indicating copy to clipboard operation
patchbay copied to clipboard

[WIP] scuttle-shell

Open cryptix opened this issue 7 years ago • 7 comments

known problems:

  • [ ] fix /blobs/get - ssb-ws@5 somehow doesn't open the http server by default anymore
  • [ ] [email protected] exhibits EBADF error (but somehow works) https://github.com/ssbc/scuttlebot/issues/581
  • [x] ssb-chess: works as of 1.0.7
  • [ ] unsure about unix-sock changes and windows compat https://github.com/ssbc/multiserver/pull/34

cryptix avatar Dec 14 '18 09:12 cryptix

working on this now. Couldn't get this running, so I'm going to get patchbay upgrade to [email protected] (which is what scuttle-shell is using).

Here's the error I got while trying to run this (for reference) :

STARTING electron
LOADING config
unix socket client
err? { Error: connect ECONNREFUSED /home/mixmix/.ssb/socket
    at Object._errnoException (util.js:1024:11)
    at _exceptionWithHostPort (util.js:1046:20)
    at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/home/mixmix/.ssb/socket' }
> scuttle-shell: starting
started sbot server v13.5.2
Listening on 2407:7000:9c49:4e00:7cba:778b:7b7f:e6f0:8008 (multiserver net plugin)
Listening on :8989 (multiserver ws plugin)
ssb-friends: stream legacy api used
EncodingError: Unexpected token % in JSON at position 0
    at /home/mix/projects/SSBC/patchbay/node_modules/level-sublevel/node_modules/levelup/lib/read-stream.js:60:28
    at /home/mix/projects/SSBC/patchbay/node_modules/ssb-db/node_modules/abstract-leveldown/abstract-iterator.js:29:14
    at /home/mix/projects/SSBC/patchbay/node_modules/ssb-db/node_modules/encoding-down/index.js:126:5
    at /home/mix/projects/SSBC/patchbay/node_modules/ssb-db/node_modules/abstract-leveldown/abstract-iterator.js:29:14
    at /home/mix/projects/SSBC/patchbay/node_modules/ssb-db/node_modules/leveldown/iterator.js:45:7
    at _combinedTickCallback (internal/process/next_tick.js:131:7)
    at process._tickCallback (internal/process/next_tick.js:180:9)
systrayhelper 0.0.4 (ded1f2ed4d30f6ca2c89a13db0bd3046c6d6d0f9 built 2018-10-20T17:27:32Z)

mixmix avatar Jan 07 '19 04:01 mixmix

@mixmix that bug is in ssb-db. See this thread. Sadly no release was made after the commit.

https://github.com/ssbc/ssb-db/pull/246

arj03 avatar Jan 07 '19 07:01 arj03

thanks @arj03 I've just gone ahead and published a new release

mixmix avatar Jan 08 '19 05:01 mixmix

Llinux installer

TRY IT HERE : https://github.com/ssbc/patchbay/releases/tag/v7.15.6-scuttle-shell-alpha

built using https://github.com/ssbc/patchbay-builder/pull/1

  • [x] builds
  • [x] appImage runs!
  • [ ] appImage runs on a fresh linux install
    • :question: needs testing

mixmix avatar Jan 09 '19 05:01 mixmix

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

stale[bot] avatar Apr 11 '19 10:04 stale[bot]

I am up for testing this if you need very non-technical help?

georgeowell avatar Jun 03 '19 18:06 georgeowell

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

stale[bot] avatar Sep 01 '19 19:09 stale[bot]