Custom Query (2447 matches)
Results (508 - 510 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1390 | Fixed | Add keymaps to webui | ||
Description |
instead of selecting all torrents, using cmd+a only selects all the text. would be nice if you could make it select all torrents. |
|||
#2221 | Fixed | Addtorrentdialog KeyError: download_location exception with new torrent file | ||
Description |
Cold starting Deluge in the daemon configuration through the gkt interface with the a new torrent file causes an error when adding a file from the queue.
How to reproduce:
→ deluge-gtk ./t.torrent Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 291, in _on_torrent_changed self.update_torrent_options(model.get_value(row, 0)) File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 361, in update_torrent_options self.set_default_options() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 458, in set_default_options self.core_config["download_location"]) KeyError: 'download_location' [ERROR ] 23:21:48 component:118 [Failure instance: Traceback: <type 'exceptions.KeyError'>: 'download_location' /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:290:addCallbacks /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:551:_runCallbacks /usr/lib/python2.7/dist-packages/deluge/component.py:285:on_depends_started /usr/lib/python2.7/dist-packages/deluge/component.py:124:_component_start --- <exception caught here> --- /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:134:maybeDeferred /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/queuedtorrents.py:90:start /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/queuedtorrents.py:178:on_button_add_clicked /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/queuedtorrents.py:176:add_torrent /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/ipcinterface.py:227:process_args /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py:230:add_from_files /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py:458:set_default_options |
|||
#2389 | Fixed | [win32] Deluge crashes with libtorrent.pyd fault | ||
Description |
I am having an issue with deluge crashing constantly. There does not appear to be rhyme or reason and happens both when actively downloading new torrents and when idling or seeding. I am running Windows 7 Enterprise SP1 x64bit with deluge 1.3.6 and I have copied the error message that appears in the Windows Even viewer (let me know if there are more logs that are required). Faulting application name: deluge.exe, version: 0.0.0.0, time stamp: 0x50cbc516 Faulting module name: libtorrent.pyd, version: 0.0.0.0, time stamp: 0x4f44b8a4 Exception code: 0xc00000fd Fault offset: 0x00080116 Faulting process id: 0x1264 Faulting application start time: 0x01cf01d7c37016e3 Faulting application path: C:\Program Files (x86)\Deluge\deluge.exe Faulting module path: C:\Program Files (x86)\Deluge\Faulting application name: deluge.exe, version: 0.0.0.0, time stamp: 0x50cbc516 Faulting module name: libtorrent.pyd, version: 0.0.0.0, time stamp: 0x4f44b8a4 Exception code: 0xc00000fd Fault offset: 0x00080116 Faulting process id: 0x1264 Faulting application start time: 0x01cf01d7c37016e3 Faulting application path: C:\Program Files (x86)\Deluge\deluge.exe Faulting module path: C:\Program Files (x86)\Deluge\libtorrent.pyd Report Id: 6eb231df-6dcb-11e3-91f9-bc5ff4ca8806 Report Id: 6eb231df-6dcb-11e3-91f9-bc5ff4ca8806 |