Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasperweiss/e7102ca829a498a69d0e8bc92aac50a5 to your computer and use it in GitHub Desktop.
Save jasperweiss/e7102ca829a498a69d0e8bc92aac50a5 to your computer and use it in GitHub Desktop.
solo key update error log
C:\WINDOWS\system32>solo key update --secure
We are about to update with the latest Solo Secure firmware.
Please confirm that the connected Solo key is a Solo Secure [y/N]: y
Wrote temporary copy of firmware-secure-2.2.2.json to C:\Users\*******\AppData\Local\Temp\tmp37km58hk.json
sha256sums coincide: 5f2e87038b0d2da2336ead68b5416a059a3a28884091ef2152dd29f9a7ae5114
erasing firmware...
problem flashing firmware!
CTAP error: 0x01 - INVALID_COMMAND
Traceback (most recent call last):
File "c:\users\*******\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\*******\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\*******\AppData\Local\Programs\Python\Python37\Scripts\solo.exe\__main__.py", line 9, in <module>
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\solo\cli\update.py", line 212, in update
sig = solo_client.program_file(firmware_file)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\solo\client.py", line 323, in program_file
self.write_flash(i, data)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\solo\client.py", line 189, in write_flash
self.exchange(SoloBootloader.write, addr, data)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\solo\client.py", line 138, in exchange_hid
data = self.send_data_hid(SoloBootloader.HIDCommandBoot, req)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\solo\client.py", line 133, in send_data_hid
return self.dev.call(cmd, data, event)
File "c:\users\*******\appdata\local\programs\python\python37\lib\site-packages\fido2\hid.py", line 101, in call
raise CtapError(resp[0])
fido2.ctap.CtapError: CTAP error: 0x01 - INVALID_COMMAND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment