-
Notifications
You must be signed in to change notification settings - Fork 5
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
belt is failing when special characters exist in password #440
Comments
Thanks for filing this issue @Charmatzis! Looks like it's a documented problem with Thankfully, the last comment in the issue shows how to work around the issue (using Thanks for filing this issue and thanks for using our tool! We hope you are finding it useful! |
@vjeeva I think still the have this issue with special characters. |
When in the config file include special characters in the password like
#
then the belt commands fail with the messageI tried to escape special characters e.g replacing
#
withh%23A
in config file.Then commands like
belt setup
orbelt check-pkeys
works...But when we try to do
belt setup
fails with the message
Which means it tries to pass the password that has escaped the special characters.
The text was updated successfully, but these errors were encountered: