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
{{ message }}
This repository was archived by the owner on Aug 6, 2024. It is now read-only.
My testing of Titan Security Key (K40T, USB-C) dies here:
Tested device path: /dev/hidraw6
Tested device name: ePass FIDO
This tool will irreversibly delete all credentials on your device. If one of your plugged security keys stores anything important, unplug it now before continuing.
You have 10 seconds for the next touch after pressing enter.
Please replug the device, then hit enter.
The failing error code is `CTAP1_ERR_INVALID_COMMAND`.
F1212 12:23:22.154443 3425572 device_tracker.cc:185] Check failed: condition Failed critical condition: Reset
*** Check failure stack trace: ***
@ 0x55b13e76b91e google::LogMessage::Fail()
@ 0x55b13e76b859 google::LogMessage::SendToLog()
@ 0x55b13e76b17f google::LogMessage::Flush()
@ 0x55b13e76e2a0 google::LogMessageFatal::~LogMessageFatal()
@ 0x55b13e675059 fido2_tests::DeviceTracker::AssertCondition()
@ 0x55b13e675253 fido2_tests::DeviceTracker::AssertResponse()
@ 0x55b13e64c8e0 fido2_tests::CommandState::Reset()
@ 0x55b13e64c292 fido2_tests::CommandState::CommandState()
@ 0x55b13e5eb8c5 main
@ 0x7fdb56be30b3 __libc_start_main
@ 0x55b13e5eb52e _start
@ (nil) (unknown)
./run.sh: line 19: 3425572 Aborted (core dumped) bazel run //:fido2_conformance -- --token_path="$path"
My testing of Titan Security Key (K40T, USB-C) dies here:
Could it be a local issue?