Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 2449)

Ticket Resolution Summary Owner Reporter
#43 Fixed gtkui fails to start andar danii
Description

Deluge 0.6.0.0r2826

gtkui fails to start with

[INFO    ] ui:55 Starting GtkUI..
[DEBUG   ] client:55 CoreProxy init..
Traceback (most recent call last):
  File "/usr/bin/deluge", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/deluge/main.py", line 68, in start_ui
    UI(options, args)
  File "/usr/lib/python2.4/site-packages/deluge/ui/ui.py", line 56, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/gtkui.py", line 62, in ?
    from coreconfig import CoreConfig
ImportError: No module named coreconfig
#44 Fixed move up and down not implemented in web ui (nightly) mvoncken deluge-trac@…
Description

Hi,

I use yesterday's nightly deb package on ubuntu. Thank you for the nice work.

It looks like the code for moving files up and down is not yet implemented. Here is the traceback from clicking on that green arrow.

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/lib/webpy022/webapi.py", line 304, in wsgifunc

result = func()

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/lib/webpy022/request.py", line 61, in handle

return tocall(*([x and urllib.unquote(x) for x in args] + fna))

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/page_decorators.py", line 38, in deco

return func(self, name) #ok, continue..

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/page_decorators.py", line 69, in deco

return func (self, torrent_list)

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/pages.py", line 227, in POST

ws.proxy.queue_up(torrent_id)

File "/var/lib/python-support/python2.5/deluge/ui/webui/webui_plugin/webserver_common.py", line 124, in call

func = getattr(self.client,self.func_name)

AttributeError?: 'module' object has no attribute 'queue_up'

Regards

Rolf Leggewie

#45 Fixed separate maximum active torrents from torrents that are seeding andar anonymous
Description

i am trying the best way to describe it but basically so that for example you could have 1 torrent downloading and two torrents seeding and when the torrent downloading finishes it starts the next one in the queue and the finished torrents goes to seed and it doesn't affect the overall amount of maximum active torrents

another example

Max No. of torrents Downloading: 1 Max No. of torrents Seeding: 3

something setup like that instead of just

Maximum simultaeneus active torrents: 4

Note: See TracQuery for help on using queries.