Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 2449)

Ticket Resolution Summary Owner Reporter
#327 Fixed share ratio has wrong value markybob anonymous
Description

When I have more than 1 torrents in my list, and change their order (with up/down buttons in toolbar) the share ratio becomes a number far greater than before (for example if it was 0.25 before it once became 0.77 although the file was a fedora-dvd with a size of 3.9 GiB). This also once happent during pausing and restarting a torrent.

#329 Fixed Fault : <Fault 1: "<type 'exceptions.KeyError'>:'queue_finished_to_bottom'"> when configurating Deluge using the WebUI mvoncken stardust
Description
--Deluge Error--
Fault : <Fault 1: "<type 'exceptions.KeyError'>:'queue_finished_to_bottom'">
path : /config/queue
file : /usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/xmlrpclib.py in close, line 786

--Input--
<Storage {'max_active_downloading': '3', 'max_active_seeding': '5', 'remove_seed_at_ratio': 'on', 'stop_seed_at_ratio': 'on', 'queue_finished_to_bottom': 'on', 'submit': 'Save', 'stop_seed_ratio': '2.0'}>

--Versions--
WebUi : rev.185
Python : 2.5.2 (r252:60911, Apr 21 2008, 11:17:30) 
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
dbus:0.82.4

--Traceback--
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.egg/deluge/ui/webui/page_decorators.py", line 70, in deco
    return func(self, name) #check_connected:ok
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/ui/webui/page_decorators.py", line 25, in deco
    res = func(self, name) #deluge_page_noauth
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/ui/webui/config_forms.py", line 106, in POST
    form.start_save()
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/ui/webui/lib/newforms_plus.py", line 91, in start_save
    self.save(data)
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/ui/webui/config_forms.py", line 75, in save
    proxy.set_config(dict(data))
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/xmlrpclib.py", line 1150, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/xmlrpclib.py", line 1440, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/xmlrpclib.py", line 1204, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/xmlrpclib.py", line 1343, in _parse_response
    return u.close()
  File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/xmlrpclib.py", line 787, in close
    raise Fault(**self._stack[0])




I was trying to config Deluge using the WebUI and it seems every options will trigger this error message during saving the configurations.

#335 Fixed can not connect to ipv6 only tracker andar pl4nkton@…
Description

I tested deluge against this tracker https://www.sixxs.net/tools/tracker/ 0.6svn hung with: "Tracker Status: Announce Sent"

The 0.5.8.9 client says: Alarm: SixXS IPv6 BitTorrent? Tracker: This tracker only serves IPv6 clients, you are coming from x.x.x.x (HTTP-Code=400, Anzahl in der Reihe=3)

Deluge only send a ipv4 announce.

Note: See TracQuery for help on using queries.