Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#44 closed bug (Fixed)

move up and down not implemented in web ui (nightly)

Reported by: deluge-trac@rolf.leggewie.biz Owned by: mvoncken
Priority: major Milestone:
Component: Web UI Version: 0.6.0svn
Keywords: Cc:

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

Change History (5)

comment:1 by mvoncken, 17 years ago

Resolution: fixed
Status: newclosed

comment:2 by anonymous, 17 years ago

Resolution: fixed
Status: closedreopened

still present in svn2831 (latest nightly). Was it closed later than 2831?

comment:3 by mvoncken, 17 years ago

I fixed it , but after that we completely broke the queue plugin.. expect queue to be broken for a while.

comment:4 by mvoncken, 17 years ago

Resolution: fixed
Status: reopenedclosed

fixed

comment:5 by anonymous, 17 years ago

thanks, seems to be working

Note: See TracTickets for help on using tickets.