Description of problem: Calibre fails to start with error: AttributeError: 'NoneType' object has no attribute 'cancel' Version-Release number of selected component (if applicable): calibre-4.12.0-1.fc31.x86_64 How reproducible: Each start attempt fails with this error. Steps to Reproduce: 1. Call "calibre" from command-line. 2. 3. Actual results: $ calibre Traceback (most recent call last): File "/usr/bin/calibre", line 20, in <module> sys.exit(calibre()) File "/usr/lib64/calibre/calibre/gui_launch.py", line 72, in calibre main(args) File "/usr/lib64/calibre/calibre/gui2/main.py", line 542, in main listener = create_listener() File "/usr/lib64/calibre/calibre/gui2/main.py", line 513, in create_listener return Listener(address=gui_socket_address()) File "/usr/lib64/calibre/calibre/utils/ipc/server.py", line 109, in __init__ self._listener._unlink.cancel() AttributeError: 'NoneType' object has no attribute 'cancel' Expected results: calibre GUI appears. Additional info: The problem arises after applying most recent python updates: - python3-3.7.8-1.fc31.x86_64 - python3-libs-3.7.8-1.fc31.x86_64 - python-unversioned-command-3.7.8-1.fc31.noarch After downgrading these packages calibre was operational again: $ dnf downgrade python3-3.7.7-3.fc31.x86_64 python-unversioned-command-3.7.7-3.fc31.noarch python3-libs-3.7.7-3.fc31.x86_64
Can you try this scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=48521592
(In reply to Kevin Fenzi from comment #1) > Can you try this scratch build: > https://koji.fedoraproject.org/koji/taskinfo?taskID=48521592 The test of the x86_64 package was successful with recent python updates!
FEDORA-2020-b82c458a92 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-b82c458a92
FEDORA-2020-98879e1211 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-98879e1211
FEDORA-2020-98879e1211 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-98879e1211` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-98879e1211 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-b82c458a92 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-b82c458a92` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-b82c458a92 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-98879e1211 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-b82c458a92 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.