We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran credential.py in example folder got error:
Use USB HID channel. Traceback (most recent call last): File "/data/fido2-test1/credential.py", line 79, in client = Fido2Client(dev, "https://example.com", user_interaction=CliInteraction()) File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/client.py", line 734, in init self._backend: _ClientBackend = _Ctap2ClientBackend( File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/client.py", line 447, in init self.ctap2 = Ctap2(device) File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/ctap2/base.py", line 208, in init self._info = self.get_info() File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/ctap2/base.py", line 262, in get_info return Info.from_dict(self.send_cbor(Ctap2.CMD.GET_INFO)) File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/utils.py", line 287, in from_dict return cls(**kwargs) TypeError: Info.init() missing 1 required positional argument: 'extensions'
The text was updated successfully, but these errors were encountered:
95c6577
This will be fixed in the next version! Out of curiosity, what is the security key type you are using where this occurs?
Sorry, something went wrong.
No branches or pull requests
I ran credential.py in example folder got error:
Use USB HID channel.
Traceback (most recent call last):
File "/data/fido2-test1/credential.py", line 79, in
client = Fido2Client(dev, "https://example.com", user_interaction=CliInteraction())
File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/client.py", line 734, in init
self._backend: _ClientBackend = _Ctap2ClientBackend(
File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/client.py", line 447, in init
self.ctap2 = Ctap2(device)
File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/ctap2/base.py", line 208, in init
self._info = self.get_info()
File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/ctap2/base.py", line 262, in get_info
return Info.from_dict(self.send_cbor(Ctap2.CMD.GET_INFO))
File "/data/fido2-test1/venv/lib/python3.10/site-packages/fido2/utils.py", line 287, in from_dict
return cls(**kwargs)
TypeError: Info.init() missing 1 required positional argument: 'extensions'
The text was updated successfully, but these errors were encountered: