-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Error: plugin at:ssb-foo expected name:ssb-foo but had:foo #675
Comments
Workaround is editing |
cc: @dominictarr am I doing something wrong here? For example, {
"plugins": {
"ssb-identities": {
"name": "ssb-identities"
}
}
} which throws the above error. The fix is to manually change this to: {
"plugins": {
"ssb-identities": {
"name": "identities"
}
}
} |
Looks like this regression may have been made in ssbc/ssb-plugins@7ee651a, maybe we should be |
Oh, I see, I have to specify the plugin name on the command line. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Currently happening with all plugins installed with
ssb-server plugins.install
.The text was updated successfully, but these errors were encountered: