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
Hi, getting [WinError 2] The system cannot find the file specified. error fromdev = next(CtapHidDevice.list_devices(), None) `` while running the exe in VMware. Issue is consistent. Please advise on what to do next.
The text was updated successfully, but these errors were encountered:
Please provide more information. What OS are you running, both as host and as guest, including version and 32/64-bit architecture. What if any FIDO devices do you have connected to the VM. What executable you are running. What is the full error you are getting.
VM configuration: Windows 10 64 bit
Fido2 package version 1.0.0.0
Error: [WinError 2] The system cannot find the file specified.
Getting this error while checking if security key is connected or not.
Is this issue any different than #178? It seems likely that you're running into the same issue as there, only it is manifesting itself in a number of different errors.
Hi, getting [WinError 2] The system cannot find the file specified. error from
dev = next(CtapHidDevice.list_devices(), None) `` while running the exe in VMware. Issue is consistent. Please advise on what to do next.
The text was updated successfully, but these errors were encountered: