fnord123 / CoboSyncVerifier

Independent verification that the QR Codes displayed by the Cobo Vault to the Cobo App during pairing do not leak secrets.
GNU General Public License v3.0
3 stars 8 forks source link

QR Verification error #3

Open nomad37 opened 1 year ago

nomad37 commented 1 year ago

Getting the following error when trying to verify a qr eth signature:

fy.py --filename qr.txt Traceback (most recent call last): File "/Users/brendanchan/Downloads/KeystoneQRVerifier-main/keystonQRVerify.py", line 45, in (payload, _) = CBORDecoder(ur.cbor).decodeBytes() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/brendanchan/Downloads/KeystoneQRVerifier-main/ur/cbor_lite.py", line 262, in decodeBytes raise Exception("Not a byteString") Exception: Not a byteString