Custom Query (2447 matches)
Results (202 - 204 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3185 | Fixed | Console-ui deferred error. | ||
Description |
In the "new" console-ui, pressing 'p' to start preferences shows a deferred error, and the same when delting file, though file gets deleted anyways. I'm on arch-linux, meaning latest stable version of every dep installed. Deluge.log nothing interesting, and deluge-console.log shows this: " 01:09:42.552 [DEBUG ][deluge.ui.console.main :265 ] Setting console mode: TorrentList 01:09:53.661 [DEBUG ][deluge.ui.console.main :265 ] Setting console mode: Preferences 01:09:53.676 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 01:09:53.678 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <type 'exceptions.TypeError'>: argument 1 or 3 must be a ch or an int /usr/lib/python2.7/site-packages/deluge/transfer.py:120:_handle_complete_message /usr/lib/python2.7/site-packages/deluge/ui/client.py:127:message_received /usr/lib/python2.7/site-packages/twisted/internet/defer.py:459:callback /usr/lib/python2.7/site-packages/twisted/internet/defer.py:567:_startRunCallbacks --- <exception caught here> --- /usr/lib/python2.7/site-packages/twisted/internet/defer.py:653:_runCallbacks /usr/lib/python2.7/site-packages/deluge/ui/console/modes/preferences/preferences.py:137:on_get_config /usr/lib/python2.7/site-packages/deluge/ui/console/modes/preferences/preferences.py:207:refresh /usr/lib/python2.7/site-packages/deluge/ui/console/modes/preferences/preferences.py:169:_draw_actions ] 01:10:00.500 [ERROR ][deluge.ui.console.modes.basemode :1207] argument 1 or 3 must be a ch or an int Traceback (most recent call last):
TypeError: argument 1 or 3 must be a ch or an int 01:10:04.099 [ERROR ][deluge.ui.console.modes.basemode :1207] argument 1 or 3 must be a ch or an int Traceback (most recent call last):
TypeError: argument 1 or 3 must be a ch or an int " Here's a pic from when deleting a file: https://forum.deluge-torrent.org/download/file.php?id=6448 |
|||
#3194 | Invalid | won't download new torrents using autoadd | ||
Description |
So I have the auto add plugin set to C:\Downloads and it downloads my stuff to H:\Films which is an external HDD (matters or not) but I can do nothing except restart the software completely to make the software start downloading the added torrents. |
|||
#3197 | Fixed | SSL error | ||
Description |
Hi! I got this when i started deluged demon: [ERROR ] 21:54:28 config:390 No JSON object could be decoded Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/config.py", line 388, in load self.__config.update(json.loads(data[start:end])) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded [ERROR ] 21:54:28 rpcserver:378 [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]
deluged: 1.3.15 |