-
Notifications
You must be signed in to change notification settings - Fork 10
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
connect throws randomly. #26
Comments
which Ledger Cosmos app version do you have? |
It happens when from same action eg button you first run the testDevice method then if that doesn't throw you run the .connect() method. The connect method will throw an error (unable to connect) It also happens when you run the connect twice from same user action. I Try to run twice with first a test to display the error if we cannot connect and second time on separate thread to actually do the signing. Sometimes you can see an error saying cannot connect to ledger, or something like that ( it is not seen on my computer that is just what was reported to me). Maybe the issue is not with your SDK but the one it relies on. You cannot call connect twice in quick succession from same user action so running test then awaiting that then running connect will throw an error. Its not a coding error on my part. |
I have 1.5.3 |
Can you try installing the latest version (since about half a year waiting to be released): Steps to install the version: |
The text was updated successfully, but these errors were encountered: