Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (355 - 357 of 2447)

Ticket Resolution Summary Owner Reporter
#699 Fixed tos option not working andar aagaande@gmail.com
Description

I'm using deluge 1.1-RC3, filled 0x08 (throughput) into the TOS field in options, but when the data gets to my router the tos isn't set.

However, if I run deluge as a seperate user and do this: iptables -t mangle -A OUTPUT -m owner --uid-owner bittorrent -j TOS --set-tos Maximize-Throughput the TOS is set correctly, but I cant do this anymore due to bug #698

#700 Fixed Speed chart andar HS
Description

Please add speed graph tab (upload/download).

Thx.

#701 Fixed py traceback when changing list views mvoncken mneptok@mneptok.com
Description

changing list views (All, Seeding, Downloading, etc) results in the following:

--Deluge Error-- Fault : <Fault 1: "<type 'exceptions.TypeError'>:inet_aton() argument 1 must be string, not None"> path : /index file : /var/lib/python-support/python2.5/deluge/xmlrpclib.py in close, line 786

--Input-- <Storage {'filter_value': 'Downloading', 'filter_cat': 'state', 'order': 'up', 'sort': 'ratio'}>

--Versions-- WebUi : 1.1.0-RC3r Python 2.5.2 (r252:60911, Jul 31 2008, 17:31:22) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]:

--Traceback--

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, 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 75, in deco

return func(self, name) #check_session:ok

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 93, in deco

return func(self, name) #check_connected:ok

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 48, in deco

res = func(self, name) #deluge_page_noauth

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 144, in deco

return func(self, name) #auto_refreshed

File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 103, in GET

torrents = proxy.get_torrents_status(filter_dict, TORRENT_KEYS)

File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1150, in call

return self.send(self.name, args)

File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1440, in request

verbose=self.verbose

File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 81, in request

return self._parse_response(h.getfile(), sock)

File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1343, in _parse_response

return u.close()

File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 787, in close

raise Fault(self._stack[0])

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.