Custom Query (2448 matches)
Results (133 - 135 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3190 | Invalid | No bugs or crashes! | a user | temporary |
Description |
so I want to start with the current device performance :laptop the hard drive is 5400rpm last I know the cache for the harddrive is 8mb's I mostly use the wifi connection that's always different and I have previously used the original BitTorrent? client prior to the ad placement advertisement for the app and the paid for services I have seriously had more problems from the device management with the BitTorrent? client and the concurrent updates that were applied to the torrent client as well I will include the settings what you do with them is up to you and how you update the client is the same I personally have no reason to use the auto updater in the future or use any update services from the website also I do not currently really know if I have any installers on the PC's backed up and don't really care if I have to install new versions of the app in the future |
|||
#3189 | Fixed | Refactor HTTPDownloader to Agent | DjLegolas | DjLegolas |
Description |
As of twisted 16.7.0, twisted.web.client.HTTPDownloader have been
marked as deprecated. |
|||
#3185 | Fixed | Console-ui deferred error. | mhertz | |
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 |