-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 "Ciphertext decryption failed" while run cli send #1497
Comments
I've gotten this same error message when I type an incorrect password for the key. Are you sure that isn't it? But we also need to change our incorrect password error message to be more helpful |
I use a very simple password: "12345678". I don't think I mistype it :( |
Can you provide the list of commands you ran, so that this can be reproduced? i.e. Are you using the account that the testnet was generated with? I'm not sure what the password for that is, right now I'm just using Also can you list your |
Actually can you try reproducing the error on this branch: To do that, just do The reason I think this may be an invalid passphrase issue (though perhaps related to #1488 -- where the passphrase is unclear), is because I can't find that error message anywhere in our codebase, except for invalid password decryption. |
Thank you. I checkout your brand and see this error: |
More detail on reproduce : |
Closing in favor of #1488. The PR to improve this error message has been merged into develop though. Thanks for the report! (Hopefully we'll find out what the default password for gaiad init is soon, I don't know either) For now just use |
Yeah, I use gaiad init and create an account with password default is: "1234567890" and It works. It seems to be a problem because We only need 8 characters password. Anyway, thanks for your support |
To reproduce :
gaiacli send --amount=10TanToken --to=cosmosaccaddr14ese34yn3m8tfx6sx2a5sm684j5cw44gmv9hwv --name=Tan --chain-id=test-chain-2BbRvm
Defaulting to account number: 0 Defaulting to next sequence number: 0 Password to sign with 'Tan': ERROR: Error signing transaction: Ciphertext decryption failed
Problem occurs with local gaia test-net. I guess the problem occurs with inconsistence of bech32 address
The text was updated successfully, but these errors were encountered: