Nitrokey / nitrokey-websmartcard-tests

A Python test suite for Nitrokey Webcrypt features
GNU General Public License v3.0
1 stars 2 forks source link

Test failure via NFC #3

Closed robin-nitrokey closed 1 year ago

robin-nitrokey commented 1 year ago
64 failed, 5 passed in 5.08s 

Environment:

Log: https://cloud.nitrokey.com/s/rkNjNb35cLsdKr9

szszszsz commented 1 year ago

This looks like a libfido2 version problem. AFAIR it still uses the old API. Can you try installing fido2==0.8 or 0.9 ? I will check the project file for the proper library requirements.


>       return cls(**kwargs)
E       TypeError: __init__() missing 1 required positional argument: 'credential'

../../../.local/share/virtualenvs/nitrokey-webcrypt-tests-9V2q4MSs/lib/python3.9/site-packages/fido2/utils.py:251: TypeError