Custom Query (2447 matches)
Results (553 - 555 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1923 | Fixed | Add option for Full Allocation (without sparse files) | ||
Description |
Discussion and current workaround: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=37349 lt python binding for full allocation is: lt.storage_mode_t(0) http://www.rasterbar.com/products/libtorrent/manual.html#storage-allocation |
|||
#1938 | Fixed | AttributeError: 'NoneType' object has no attribute 'send_request' | ||
Description |
Found two bugs with the same AttributeError that need investigating. https://bugzilla.redhat.com/show_bug.cgi?id=666616 https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/756388 Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/menubar.py", line 256, in on_menuitem_quitdaemon_activate self.window.quit(shutdown=True) File "/usr/lib/pymodules/python2.7/deluge/ui/gtkui/mainwindow.py", line 163, in quit client.daemon.shutdown() File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) File "/usr/lib/pymodules/python2.7/deluge/ui/client.py", line 310, in call self.protocol.send_request(request) AttributeError: 'NoneType' object has no attribute 'send_request' |
|||
#1941 | Fixed | Increase max cache value | ||
Description |
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=37715 Although this can be changed in deluge-console without issue, this may as well be increased from 99999 to 999999 in the UIs. |
Note:
See TracQuery
for help on using queries.