Open auroraanna opened 1 month ago
I think I noticed this at least 1-2 months ago, but only recently did I try to look deeper into this.
pacman
$ ykman info
in a terminal emulator works, thus this indicates that my machine is able to recognize my YubiKey devices via the CLI, but not via the GUI.This is the stdout from launching the YubiKey manager app in the terminal (and I indicate in the comment what sections seem to endlessly repeat until the program is closed):
$ ykman-gui
"PyOtherSide error: Traceback (most recent call last):\n\n File \"qrc:///py/yubikey.py\", line 53, in <module>\n from ykman.otp import (\n\nImportError: cannot import name '_PrepareUploadFailed' from 'ykman.otp' (/usr/lib/python3.12/site-packages/ykman/otp.py)\n"
qml: Cannot import module: yubikey (Traceback (most recent call last):
File "qrc:///py/yubikey.py", line 53, in <module>
from ykman.otp import (
ImportError: cannot import name '_PrepareUploadFailed' from 'ykman.otp' (/usr/lib/python3.12/site-packages/ykman/otp.py)
)
"PyOtherSide error: Traceback (most recent call last):\n\n File \"<string>\", line 1, in <module>\n\nNameError: name 'yubikey' is not defined\n"
qml: Function not found: 'yubikey.init' (Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'yubikey' is not defined
)
"PyOtherSide error: Traceback (most recent call last):\n\n File \"<string>\", line 1, in <module>\n\nNameError: name 'yubikey' is not defined\n"
qml: Function not found: 'yubikey.controller.refresh' (Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'yubikey' is not defined
)
qml: qrc:/qml/YubiKey.qml:208: TypeError: Cannot read property 'success' of undefined
"PyOtherSide error: Traceback (most recent call last):\n\n File \"<string>\", line 1, in <module>\n\nNameError: name 'yubikey' is not defined\n"
qml: Function not found: 'yubikey.controller.refresh' (Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'yubikey' is not defined
)
# this last section will repeat until `ykman-gui` is closed
Steps to reproduce
Execute ykman-gui, plug in YubiKey.
Expected result
The application allows for configuration of the YubiKey.
Actual results
"Insert your YubiKey", cli error message (is repeated):