-
Notifications
You must be signed in to change notification settings - Fork 374
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
[gnokey] Ledger device not found #2737
Comments
I am sharing my research that aren't fully successful in case someone wants to get a heads start to tackle this issue. First of all, it seems like a really really weird bug with from my tests not difference in environment or others similar things. The stack trace is as follows:
It is this last function that returns an empty array only when building the binary, and it seems that this implementation of Enumerate doesn't gets called as I couldn't see any of the logs I added when building the binary but not when running it. |
Description
Using a Ledger Nano S, with the installed Cosmos app (v2.35.24), and having installed
gnokey
from master at commit651f5aac3706f55aa33da06a1185fe9508cb3ec2
, the following error is presented when trying to add a key from the ledger device to thegnokey
keybase:The device is unlocked, not used by anything else, and the Cosmos app is open. This happens when
gnokey
is either installed withgo install
, or built withgo build
and ran as a binary.As @zivkovicmilos pointed out, the only way to get this functionality to work currently is by directly doing
go run
on the gnokey suite, ie from thegno/gno.land/cmd/gnokey
directory.The same error presents when trying to sign with the key.
The text was updated successfully, but these errors were encountered: