| Summary: | ImportError: No module named usb | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Seth Jennings <sethdjennings> |
| Component: | yubioath-desktop | Assignee: | Seth Jennings <sethdjennings> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | sethdjennings |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | yubioath-desktop-2.3.0-2.fc23 yubioath-desktop-2.3.0-2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-04 18:54:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
yubioath-desktop-2.3.0-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-4ef398b0ce yubioath-desktop-2.3.0-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-a1f85bef24 yubioath-desktop-2.3.0-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-4ef398b0ce yubioath-desktop-2.3.0-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-a1f85bef24 yubioath-desktop-2.3.0-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. yubioath-desktop-2.3.0-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When yubikey is not plugged in yubioath generates the following error periodically: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/yubioath/gui/controller.py", line 361, in timerEvent if ccid_supported_but_disabled(): File "/usr/lib/python2.7/site-packages/yubioath/core/utils.py", line 167, in ccid_supported_but_disabled import usb ImportError: No module named usb Version-Release number of selected component (if applicable): 2.3.0-1.fc23 How reproducible: always Steps to Reproduce: 1. unplug yubikey 2. start yubioath from terminal 3. observe error printed to the terminal Actual results: ImportError: No module named usb Expected results: No error Additional info: