Description of problem: Deluge-console shows different python errors. Version-Release number of selected component (if applicable): How reproducible: I cannot seem to fix it. Don't know when this started, but could have always been there. Steps to Reproduce: 1. deluge-console info Actual results: $ deluge-console info Unable to initialize gettext/locale! 'ngettext' Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/i18n/util.py", line 118, in setup_translation builtins.__dict__['_n'] = builtins.__dict__['ngettext'] KeyError: 'ngettext' [D] 0% Fedora-Workstation-Live-x86_64-32 7e0e6cfcd4e661a92be9fdb41b4483d1faeff0b9 DL: 0 B (0 B) UL: 0 B (0 B) ETA: - Also, when running console TUI, going to torrent 'details' produces many python errors and TUI is unusable.
It's from Python 3.8 (Fedora 32+) and it's a harmless warning about trying to setup translations. Upstream has a fix for it that I will include in a future update, but you could apply it yourself if you want the warning to go away. https://git.deluge-torrent.org/deluge/commit/?h=develop&id=d6c96d629183e8bab2167ef56457f994017e7c85
FEDORA-2020-1c56533307 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-1c56533307
FEDORA-2020-1c56533307 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-1c56533307` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-1c56533307 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-1c56533307 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.