solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
182 stars 69 forks source link

Non canonical CBOR from Solokey 1 #167

Open esbenrug opened 9 months ago

esbenrug commented 9 months ago

Hi,

The solo1-cli doesn't accept my solokey 1

I get the following error ValueError: Non-canonical CBOR from Authenticator.

when I anything (ls, ping etc.)

The version of solo1-cli is 0.1.1

It looks like that it may be the python-fido2 library which requires some "canonical CBOR" according to https://github.com/Yubico/python-fido2/issues/93

What do I do?