-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Hello,
I'm trying to run the examples\credentials.py example under Windows 11 (I added a if __name__ == '__main__':, for that) but I get this error:
(.venv) PS C:\Users\xxx\temp\python-fido2\examples> python .\credential.py
Traceback (most recent call last):
File "C:\Users\xxx\temp\python-fido2\examples\credential.py", line 63, in <module>
result = client.make_credential(create_options["publicKey"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\xxx\temp\python-fido2\examples\.venv\Lib\site-packages\fido2\client\windows.py", line 173, in make_credential
client_data, rp_id = self._client_data_collector.collect_client_data(options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'collect_client_data'
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels