Custom Query (2447 matches)
Results (67 - 69 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#251 | Fixed | Recursion problem | ||
Description |
Got this using r3188 when I tried to add some torrents > 25 Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/deluge/core/torrentmanager.py", line 646, in on_alert_torrent_paused self.torrents[torrent_id].set_state("Paused") File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 193, in set_state self.torrentqueue.update_queue() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 81, in update_queue self.update_order() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 131, in update_order self.torrents[torrent_id].set_state("Queued") File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 193, in set_state self.torrentqueue.update_queue() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 81, in update_queue self.update_order() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 131, in update_order self.torrents[torrent_id].set_state("Queued") File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 193, in set_state self.torrentqueue.update_queue() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 81, in update_queue self.update_order() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 131, in update_order self.torrents[torrent_id].set_state("Queued") File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 193, in set_state self.torrentqueue.update_queue() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 81, in update_queue self.update_order() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 131, in update_order self.torrents[torrent_id].set_state("Queued") File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 193, in set_state self.torrentqueue.update_queue() .... <snip ~100 lines of same> .... File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 81, in update_queue self.update_order() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 131, in update_order self.torrents[torrent_id].set_state("Queued") File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 193, in set_state self.torrentqueue.update_queue() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 81, in update_queue self.update_order() File "/usr/lib64/python2.4/site-packages/deluge/core/torrentqueue.py", line 128, in update_order log.debug("queueing: %s", self.seeding[-num_to_queue:]) File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug apply(self._log, (DEBUG, msg, args), kwargs) File "/usr/lib/python2.4/logging/__init__.py", line 1079, in _log self.handle(record) File "/usr/lib/python2.4/logging/__init__.py", line 1089, in handle self.callHandlers(record) File "/usr/lib/python2.4/logging/__init__.py", line 1126, in callHandlers hdlr.handle(record) File "/usr/lib/python2.4/logging/__init__.py", line 640, in handle self.acquire() File "/usr/lib/python2.4/logging/__init__.py", line 591, in acquire self.lock.acquire() File "/usr/lib/python2.4/threading.py", line 94, in acquire me = currentThread() File "/usr/lib/python2.4/threading.py", line 677, in currentThread return _DummyThread() RuntimeError: maximum recursion depth exceeded |
|||
#259 | Fixed | add country name hover to peer country flag | ||
Description |
I like to think of myself as reasonably worldly. But not everyone knows every country's flag. If the country name showed as a hint when hovering over the flag, we'd all be able to learn. It'd make the world a smaller place! Great work, people, thanks. |
|||
#260 | WorksForMe | Deluged craches when deleting torrent that are being checked | ||
Description |
Deluged crashes, segmentation fault. |
Note:
See TracQuery
for help on using queries.