Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 2449)

Ticket Resolution Summary Owner Reporter
#319 Fixed Nightly: Reenabling files from multi-file torrent breaks connection andar deluge-trac@…
Description

Hi,

I observed the following behaviour with the latest nightlies. Add a multi-file torrent. Disable download for all but one file. Reenable download for one file. Both the gtk and web ui will crash or even loose the connection.

Fault : <Fault 1: "<type 'exceptions.AttributeError?'>:'NoneType?' object has no attribute 'num_files'">

Regards

Rolf

#320 Fixed NEW PLUGIN: Set torrent marked andar anonymous
Description

This very small plugin should do nothing else as marking or highlighting a torrent in the gui. If the user want do to something with this torrent later, he can mark the different torrents.

for me marked means

  • torrent was unzipped. or
  • torrent already copied.

THX a lot deluge is great !

#322 Fixed setting refresh rate in webui does not work (--> implement js refresh) mvoncken crosser@…
Description

In the WebUI, if autorefresh is enabled, and you hit "Set" button to change the refresh rate, you get this:

--Deluge Error--
KeyError : 'set'
path : /refresh/set
file : /usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/pages.py in POST, line 243

--Input--
<Storage {'redir': '/index'}>

--Versions--
WebUi : rev.185
Python : 2.5.1 (r251:54863, May  4 2007, 16:52:23) 
[GCC 4.1.2]

--Traceback--
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc
    result = func()
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
    func = lambda: handle(inp, fvars)
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
    return tocall(*([x and urllib.unquote(x) for x in args] + fna))
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/pages.py", line 239, in GET
    return self.POST(name)
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/page_decorators.py", line 52, in deco
    return func(self, name) #check_session:ok
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-i686.egg/deluge/ui/webui/pages.py", line 244, in POST
    auto_refresh = {'off': '0', 'on': '1'}[name]

This is SVN revision 3344.

Eugene

Note: See TracQuery for help on using queries.