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

Can't add key #92

Open
IsQiao opened this issue Mar 24, 2022 · 1 comment
Open

Can't add key #92

IsQiao opened this issue Mar 24, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@IsQiao
Copy link

IsQiao commented Mar 24, 2022

Describe the bug
i can't add key from process, the not like cli

To Reproduce

bash-5.1# process keys add some_key
Error: invalid section keyring: from cannot be empty
bash-5.1# process keys add some_key "sadasd"
Error: accepts at most 1 arg(s), received 2
bash-5.1# process keys add some_key="sadasd"
Error: invalid section keyring: from cannot be empty
bash-5.1# ^C
bash-5.1# process keys add
Error: invalid section keyring: from cannot be empty
bash-5.1# process keys add "spray limb pumpkin false flavor tiger ..."
Error: invalid section keyring: from cannot be empty
bash-5.1# process keys add "spray limb pumpkin false flavor tiger ..." --recover
Error: invalid section keyring: from cannot be empty
bash-5.1#

Expected behavior
like cli command

Screenshots
image

Desktop (please complete the following information):

  • OS: docker
  • Version: 0.2.8

Additional context
Is bug or document unclearly?

@IsQiao IsQiao added the bug Something isn't working label Mar 24, 2022
@HammontreeArt
Copy link

Hey Qiao,

Please, attach your config.toml file. (path: /root/.sentinelnode/config.toml.)

Have you updated your FROM statement in the KEY_RING section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants