Custom Query (2449 matches)
Results (598 - 600 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #322 | Fixed | setting refresh rate in webui does not work (--> implement js refresh) | ||
| 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 |
|||
| #8 | WorksForMe | setting priority of multiple files misbehaves | ||
| Description |
SOMETIMES, If you choose a large group of files, say 5 or 10 or more in the "Files" tab, and change their priority as a group selection, they will not all be changed to the new priority, so you have to repeat the change several times. |
|||
| #3112 | Fixed | Setting peer TOS from deluge console is different from setting Peer TOS from WebUI | ||
| Description |
Hello, Let's say I want to set Peer TOS: 0x88 I will do it 2 different ways a) & b) see examples bellow. Why the result is not the same, one is written as hex 0x88 and other is written as 136 (same decimal value as 0x88) a) webui: When I set this from Web UI and later I read core.conf I see that same value: 0x88, also deluge console reads it like 0x88 too. deluge-console 'connect 127.0.0.1:11106 myuser myuserpass; config peer_tos' peer_tos: 0x88 b) deluge-console myuser@srv:~$ deluge-console 'connect 127.0.0.1:11106 myuser myuserpass; config -s peer_tos 0x88; config peer_tos' Setting peer_tos to 136.. Configuration value successfully updated. peer_tos: 136 Is this a problem ? If not than why don't you follow same nmber base ? Kind Regards |
|||
