Closed ITProKyle closed 4 years ago
What version of python-fido2 is this? The line numbers don't seem to match up with the latest release (0.8.1).
Right - I'm a prerelease of the Windows feature at the moment (have not had a chance to swap over to the full release yet). That would explain the line numbers being off yet the code code in question is the same between the two.
Here is the commit I am currently consuming that produced those line numbers: https://github.com/Yubico/python-fido2/tree/d755f822e33111bc4ce38b2f2b934cb3e87200f3
Alright. I would suggest trying the latest released version instead, I don't believe that one should exhibit the behavior you're seeing.
Closing due to inactivity, please reopen if this is still an issue.
As mentioned, this is running on Windows 1809. Upon importing
fido2.client
, the below error is raised.I propose either handing the error in the library so that other aspects can be used on older versions of windows or raise a more meaningful error to be handled app side.