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
What happened:
I was trying to verify an old prototype device, with an incorrect USB VID/PID. I used the --port option to force communication to the device.
tkey-verification --port /dev/ttyACM0 verify TKey UDI: 0x0001020304050607(BE) VendorID: 0x0010 ProductID: 8 ProductRev: 3 HTTP GET status code: 404 (404 Not Found) I/O FAILED: I/O error
Expected result:
I expected a message saying that this wasn't a genuine TKey
The text was updated successfully, but these errors were encountered:
I agree, it would be better to filter out the 404 Not Found error and treat it in a better way.
Maybe it should be even more verbose, "Not genuine. You are trying to verify a TKey with an UDI not provisioned by Tillitis".
Sorry, something went wrong.
No branches or pull requests
What happened:
I was trying to verify an old prototype device, with an incorrect USB VID/PID. I used the --port option to force communication to the device.
Expected result:
I expected a message saying that this wasn't a genuine TKey
The text was updated successfully, but these errors were encountered: