You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Solo key and Yubikey 5 plugged in at the same time:
$ solo key verify
Please press the button on your Solo key
Traceback (most recent call last):
File "/home/solo-user/.local/bin/solo", line 8, in <module>
sys.exit(solo_cli())
File "/home/solo-user/.local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/home/solo-user/.local/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/solo-user/.local/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/solo-user/.local/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/solo-user/.local/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/solo-user/.local/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/solo-user/.local/lib/python3.8/site-packages/solo/cli/key.py", line 323, in verify
cert = solo.client.find(serial, udp=udp).make_credential(pin=pin)
File "/home/solo-user/.local/lib/python3.8/site-packages/solo/client.py", line 46, in find
p.find_device(dev=raw_device, solo_serial=solo_serial)
File "/home/solo-user/.local/lib/python3.8/site-packages/solo/client.py", line 104, in find_device
raise solo.exceptions.NonUniqueDeviceError
solo.exceptions.NonUniqueDeviceError
When I removed the Yubikey the error went away.
The text was updated successfully, but these errors were encountered:
I have a Solo key and Yubikey 5 plugged in at the same time:
When I removed the Yubikey the error went away.
The text was updated successfully, but these errors were encountered: