trustcrypto / OnlyKey-App

The OnlyKey App is used for the initial setup and configuration of OnlyKey. Supported on Windows, macOS, Linux, and Chromebook (with Chrome App).
https://docs.crp.to/app.html
Other
105 stars 24 forks source link

Labels not get displayed correctly #201

Closed bryanpedini closed 2 years ago

bryanpedini commented 2 years ago

It seems that sometimes the labels do not get displayed correctly. I observed the following behavior after immediately restoring a backup I just finished performing (I was doing some tests with FIDO PIN and stuff via CLI): Screenshot_20220716_165426

Perhaps the app is expecting the labels to start at byte X of return messages while the key outputs the labels starting at byte Y?

Related: https://github.com/trustcrypto/OnlyKey-Firmware/issues/149 https://github.com/trustcrypto/python-onlykey/issues/66 (either there's an issue with both the app and the CLI (or the app underlying uses the CLI), or there's something in the firmware... tho I'm not qualified nor expert enough to determine. Feel free to close the issues where they're not relevant)