i'm using 3119 WebUi and when i click on 'details' i get this error on every active torrent:
Code: Select all
--Deluge Error--
KeyError : 'progress'
path : /torrent/info/b31432e77a579b0509bca2e8ff305139cacd18b4
file : /var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py in h_getitem, line 616
--Input--
<Storage {}>
--Versions--
WebUi : rev.185
Python : 2.5.1 (r251:54863, Mar 7 2008, 04:10:12)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]
dbus:0.82.0
--Traceback--
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc
result = func()
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/var/lib/python-support/python2.5/deluge/ui/webui/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/page_decorators.py", line 52, in deco
return func(self, name) #check_session:ok
File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 70, in deco
return func(self, name) #check_connected:ok
File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 25, in deco
res = func(self, name) #deluge_page_noauth
File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 120, in deco
return func(self, name) #auto_refreshed
File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 110, in deco
return func (self, torrent) #torrent
File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 153, in GET
return render.torrent_info(torrent)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 498, in __call__
return f.go()
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 760, in go
self.output._str = ''.join(map(self.h, self.parsetree))
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 728, in h_for
out.extend(self.h_lines(i[BODY]))
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 756, in h_lines
return map(self.h, lines)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 684, in h_line
o = self.h(x[NAME])
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 611, in h_call
return call(*args, **kw)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 498, in __call__
return f.go()
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 760, in go
self.output._str = ''.join(map(self.h, self.parsetree))
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 728, in h_for
out.extend(self.h_lines(i[BODY]))
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 756, in h_lines
return map(self.h, lines)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 684, in h_line
o = self.h(x[NAME])
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 587, in h_paren
return self.h(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 620, in h_expr
item = self.h(i[THING])
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/template.py", line 617, in h_getitem
return thing[item]