Custom Query (2447 matches)
Results (4 - 6 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7 | WorksForMe | Link to home page in About window doesn't work | ||
Description |
The button in the About window that suppose to open Deluge's home page in web browser doesn't work (nothing happens when clicking on the button). The button works just fine in 0.5.8.1. |
|||
#103 | Invalid | Progress bar on main windows and the one in Torrent files plugin shows a different percentage | ||
Description |
The progress bar on main window shows a different percentage than the progress bar(s) in the Torrent files plugin tab. Here is a picture of a bug: http://img156.imageshack.us/my.php?image=screenshotdeluge1jk1.png As you can see, the main window progress bar shows the percentage at 25% while the one in Torrent files plugin is at 2.95%. It seems that the progress bar in the main window is the 'correct' one because the download complete when main window's progress bar reaches 100%, but if I do force recheck, then the progress bar on main window get reset to the same value as the one in Torrent files plugin (in this cases, 2.95%). Neither restart Deluge nor delete .config/deluge folder fix this issue. This also effects torrent with multiply files in it. |
|||
#878 | Fixed | GtkUI fails to start daemon process deluged | ||
Description |
It seems that sometimes, when launching "deluge" (the GtkUI) it fails to start the daemon process. This is pretty annoying, especially because I have set up deluge to start on system startup. When this happens, I usually have to run "deluged" manually. This started happening on 1.1.5. I use deluge from the PPA repository "deb http://ppa.launchpad.net/deluge-team/ubuntu intrepid main". Here's a traceback from when deluge isn't able to launch the daemon: $ deluge 1.1.5 [ERROR ] 13:52:19 client:146 Socket or XMLRPC error: (111, 'Connection refused') Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/torrentview.py", line 263, in send_status_request self._on_get_torrents_status, self.filter, status_keys) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") deluge.error.NoCoreError: 'The core proxy is invalid.' Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished Notification().notify(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify self.get_torrent_status(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"]) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") deluge.error.NoCoreError: 'The core proxy is invalid.' Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished Notification().notify(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify self.get_torrent_status(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"]) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") deluge.error.NoCoreError: 'The core proxy is invalid.' Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished Notification().notify(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify self.get_torrent_status(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"]) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") deluge.error.NoCoreError: 'The core proxy is invalid.' Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished Notification().notify(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify self.get_torrent_status(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"]) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") deluge.error.NoCoreError: 'The core proxy is invalid.' Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished Notification().notify(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify self.get_torrent_status(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"]) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call raise deluge.error.NoCoreError("The core proxy is invalid.") deluge.error.NoCoreError: 'The core proxy is invalid.' Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished Notification().notify(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify self.get_torrent_status(torrent_id) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"]) File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy return self.core.call(method_name, *args, **kwargs) |