-
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
simd keys list fails #11209
Comments
@alessio does the keyring work on windows? |
I tested it on Git Bash. But behaviour can change depending on the shell used |
We offer full support for linux and Mac based machines. windows has always been a problem, are you able to test this on a different machine? Since this uses the underlying os keyring then windows may not be supported. |
same issue in my Mac (IOS 12.2.1). the sdk commit 75d9d0d
|
🙅 windows |
Hi @RdoubleA, just for reference and for testing purposes, could please post the link to the tutorial you are following? Just want to ensure that we can determine if this is an issue with simd or the tutorial instructions. |
@andynog |
Same issue in Amazon Linux following the tutorial above. |
closing in favour of #11939 |
Summary of Bug
I am following the tutorials from Cosmos Academy on how to run your own node with SimApp. When I run the command
./simd keys list
I get the following error instead of the expected empty list []:migrate err: config.info: key not foundmigrate err: data.info: key not foundError: read /home/XXXXXX/.simapp/config: is a directory
This also occurs after I add a key. I am unable to proceed with the rest of the tutorial because of this error.
Version
commit 6d1525f
Using cosmos sdk on Windows Subsystem for Linux 2
Steps to Reproduce
./simd unsafe-reset-all
./simd init demo
./simd keys list
For Admin Use
The text was updated successfully, but these errors were encountered: