Closed eugenIFX closed 6 years ago
It looks like your authenticator did not return response in time. Could you run these tests with few alternative authenticators, and tell me if the result stay the same?
I've also tried with a different authenticator from another vendow and still have the same issue. Even worse, something after starting the HID tests I'm receiving a blank window inside test tool. I dont'know if this is an important information but I'm on a Windows 7 64-bit machine.
Hey @eugenInfineon. I am working on finding resolution for the blank screen issue right now. Will get back to you shortly.
Hey @eugenInfineon. The new version should resolve blankscreen issues
Hi! I tried 0.9.14 version but I still have the same behavior, but different error code now for the first token.
Hi,
In version 0.9.301, I have fixed the "Error: Cannot write to HID device" according to hidapi bug fix suggestion mentioned inside the README.md.
Quote:
"BUG: if the first byte of a write()
is 0x00, you may need to prepend an extra 0x00 due to a bug in hidapi (see issue #187)"
Fix implementation:
added "buffer.unshift(0);" before "device.write(buffer);"
added "buffer.unshift(0);" before "device.write(buffer);"
It didn't seem necessary to also modify "sendHIDBufferSync" (in both u2fv11dep.js and ctap2dep.js) the same way... I am using a 64-bit Windows machine. Would it make sense to try to have this byte (0x00) insertion (report ID) always implemented in the application?
Thanks, Valentin
Resolved
Receive errors when running U2F v1.1 on FIDO Conformance Tools v0.9.5. Please see attached screenshot. The U2F token is inserted in the USB port and is working with the old U2F test tool.