#44 closed bug (Fixed)
move up and down not implemented in web ui (nightly)
Reported by: | deluge-trac@… | 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 Changed 16 years ago by mvoncken
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by anonymous
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 16 years ago by mvoncken
I fixed it , but after that we completely broke the queue plugin.. expect queue to be broken for a while.
comment:4 Changed 16 years ago by mvoncken
- Resolution set to fixed
- Status changed from reopened to closed
fixed
comment:5 Changed 16 years ago by anonymous
thanks, seems to be working
still present in svn2831 (latest nightly). Was it closed later than 2831?