-
Notifications
You must be signed in to change notification settings - Fork 198
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
macOS: Trezor T - Could not open client ... image not found #38
Comments
I don't have a Trezor T so I can't test this. You should check the https://github.com/trezor/python-trezor if there is anything specific about it that is necessary. |
Trezor T communicates over webusb (implemented by libusb), not hidapi. I'm honestly not sure what's going on in your error message - the command is complaining that |
Hey guys, I'm getting the same error as @Sjors but with a Trezor One. I'm not sure if it's something to do with libusb1 dependency on Mac? |
Ok, so reinstalling libusb moved it along, so now it asks for a pin:
But after entering the pin, now I'm getting this error:
|
@yashbhutwala are you by any chance on firmware 1.7.1 ? that uses webusb too. |
Reinstalling |
@matejcik I'm on firmware version 1.6.3. Does that also use webusb for Trezor One? |
no, 1.6.3 uses hid. that means your problem is caused by something else
pá 9. 11. 2018 14:30 odesílatel Yash <notifications@github.com> napsal:
… @matejcik <https://github.com/matejcik> I'm on firmware version 1.6.3.
Does that also use webusb for Trezor One?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAkYaTu4N0Og1xA5oMOehZG2x9IpmrLiks5utYNwgaJpZM4WqXEc>
.
|
@matejcik Hmm, ok the error I'm getting is about the U2F interface it seems and I don't really need that...
|
If I don't insert or unlock the device enumerate returns
[]
as expected. Once unlocked I get:trezor-0.10.2 and hidapi 0.7.99.post2
The text was updated successfully, but these errors were encountered: