Custom Query (2449 matches)
Results (439 - 441 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #874 | Fixed | creating torrent goes over %100 | ||
| Description |
When creating a torrent, after I hit save I noticed the % go past 100. I saw %101.31 before it went away. Was directory with contents size 568.6 mb. 1 sub-directory. Had comment, author, 1 tracker, checked "Set Private Flag" Using Arch Linux i686 KDE, gtk not much of a problem or anything, but in IRC they told me to make new ticker ;) *cough* damoxc |
|||
| #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)
|
|||
| #881 | Fixed | update() method of core plugins isn't called | ||
| Description |
The update method of a core plugins is only called once when the plugin is enabled, but not every seconds as it is the case for webui and gtkui plugins. |
|||
