Custom Query (2447 matches)
Results (106 - 108 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3257 | Fixed | 'module' object has no attribute 'SimpleNamespace' with Python 2.7 | ||
Description |
I am trying to run deluged 2.0.0 with Python 2.7.15, and it logs the errors below. Do deluged and deluge-web 2.0.0 run with Python 2.7, or is Python 3.5 required? I found this to add SimpleNamespace to Python 2.7, just in case. Unhandled error in Deferred: [CRITICAL][twisted :154 ] Unhandled error in Deferred: Traceback (most recent call last): File ".../deluge-2.0.0-py2.7.egg/deluge/component.py", line 126, in on_start File ".../deluge-2.0.0-py2.7.egg/deluge/component.py", line 120, in _component_start_timer File ".../Twisted-19.2.1-py2.7-linux-x86_64.egg/twisted/internet/task.py", line 194, in start File ".../Twisted-19.2.1-py2.7-linux-x86_64.egg/twisted/internet/task.py", line 239, in __call__ --- <exception caught here> --- File ".../Twisted-19.2.1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 151, in maybeDeferred File ".../deluge-2.0.0-py2.7.egg/deluge/core/alertmanager.py", line 62, in update File ".../deluge-2.0.0-py2.7.egg/deluge/core/alertmanager.py", line 129, in handle_alerts exceptions.AttributeError: 'module' object has no attribute 'SimpleNamespace' [CRITICAL][deluge.log :205 ] twisted.internet.defer |
|||
#3250 | Fixed | Errors in console-UI. | ||
Description |
On py3 install(arch fully updated), then I cannot remove a torrent from the list, and have to use CLI mode instead. No error shown, but nothing happens when selecting to remove, with or without keeping file(s). The error-log from the console-UI is named 'remove-torrent.log'. Last, when having a torrent with a file that's not downloaded yet, like when using ipmagnet to test what IP is published to tracker, and then pressing right-arrow, then errors are repeatedly splashed all over the screen. This error is months old I remember btw. The error-log from console-UI is named 'empty-rightarrow.log'. Thanks in advance! |
|||
#3248 | Fixed | No input accepted in CLI mode with py3 install. | ||
Description |
It works with a py2 install, but with a py3 install then it fails accepting input in console-UI after pressing 'l'to enter CLI mode and the cursor just blinks and no input and also cannot quit with 'Q'and needs ctrl+c instead. Only pressing tab twice lists all commands but nothing else is accepted. I've tried both normal install and virtualenv but always the same and nothing in logs either. I'm on latest fully updated arch Linux. Note this issue has been there for many months and so not based from a recent commit. Thanks in advance. |