-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
after updating can no longer call commands on sbot/ssb-server without an error #647
Comments
oooh was help removed? |
on that note to how do i install plugins now? |
new node version also means node_modules in .ssb needed to be rebubilt |
semi solution / frankie is insane 😅 i removed node modules and turned off all my plugins and am not starting sbot outside of patchbay ux issue: always takes me about an hour or 2 to update sbot i think last time i just nuked everything and resynced my whole feed but at that time i knew how to install plugins this most likely isnt a problem with sbot and is more around node but i'm sure some of this could be avoided |
to rebuild plugins:
|
so @dominictarr rebuild failed and sbot dosent seem to know i get:
|
weird... what version of ssb-server did you install? I'm using 14.1.7 |
yeah okay running my outside of patchbay works for plugins but |
sbot version |
Hmm, oh that is the ssb-db version, not the ssb-server version... oh now I see what happened. We moved the code that was in ssb-server into ssb-db so now it reports that version! that should probably the versions of all the plugins, anyway! |
@frankiebee how did you do install ssb-server, did you do |
or did you git clone it then install? |
|
should i be |
my hunch is that you are hitting the sbot that is bundled inside of patchbay, that doesn't use plugins which would explain why you are not getting any. |
we really should have a better way to detect what plugins are running. |
when i'm only using my sbot and not running patch bay i still dont get the --help so i dont know my options here |
issue for reinstating help text and version numbers: #648 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
after updating can no longer call comands on sbot/ssb-server without an error
error:
Cannot read property 'apply' of undefined
node -v
v10.11.0
npm -v
6.4.1
repro:
> ssb-server --help
||sbot --help
The text was updated successfully, but these errors were encountered: