-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Trezor.Sample stuck at Device.ReadAsync in TrezorManagerBase.cs #38
Comments
Try the develop branch Are you using Trezor 1, or Model T? |
I am using Trezor 1. I checkout to develop, result is the same. |
When i plug off the device, the sample program throw an IO exception: |
What is the firmware version? |
it is 1.10.2 |
before upgrade to 1.10.2, i also test it with same result |
Maybe they made a breaking change... Turn on all exceptions and try again. Are you sure it's not just waiting for the pin code? https://christianfindlay.com/2019/07/14/visual-studio-break-on-all-exceptions/ |
No, trezor screen is one lock, no pin input board. In sample code, TrezorManagerBroker have set timeout time. |
Looks broken. I'll have a look when I've got free time |
hi author
I still stuck at Device.ReadAsync in TrezorManagerBase.cs with follow information
device: Trezor One
firmware: latest
I just run Trezor.Net.Sample, the program hang at "Waiting for Trezor... Please plug it in if it is not connected"
I have plugged it in, and when i use trezorctl or Trezor Bridge to check, both of tools works. The device is ok.
In the Trezor.Net.Sample program, i change netcoreapp2.0 to netcoreapp 3.1
The text was updated successfully, but these errors were encountered: