Custom Query (2447 matches)
Results (244 - 246 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#246 | Fixed | seed ratio save on shutdown | ||
Description |
When i shutdown my computer without closing Deluge it doesn't save the ratio. If I quit from the program before the shutdown everything's fine. I'm using debian lenny with gnome desktop. |
|||
#247 | Invalid | IndexError when trying to resume torrent | ||
Description |
Using r3188, got this from the GTKGui when I tried to resume a paused torrent. [DEBUG ] signals:93 torrent_paused signal received.. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/signals.py", line 94, in torrent_paused component.get("TorrentView").update() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/torrentview.py", line 283, in update self.send_status_request() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/torrentview.py", line 259, in send_status_request client.get_torrents_status( File "/usr/lib64/python2.4/site-packages/deluge/ui/client.py", line 298, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/usr/lib64/python2.4/site-packages/deluge/ui/client.py", line 72, in call if callback not in self._callbacks[index]: IndexError: list index out of range |
|||
#248 | Invalid | Wrong arguments to GtkFileChooser.set_current_folder() | ||
Description |
Using r3188, restarted the gui and got this. [DEBUG ] config:117 Setting 'enabled_plugins' to -1 of <type 'int'> Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/gtkui.py", line 182, in _on_new_core component.start() File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 194, in start _ComponentRegistry.start() File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 114, in start self.start_component(component) File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 126, in start_component self.components[name].start() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 132, in start self.update_core_config() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 170, in update_core_config self.set_default_options() File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 360, in set_default_options self.glade.get_widget("button_location").set_current_folder( TypeError: GtkFileChooser.set_current_folder() argument 1 must be string, not bool apps file failure |
Note:
See TracQuery
for help on using queries.