Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 2449)

Ticket Resolution Summary Owner Reporter
#1168 Fixed WebUI Details Tab missing info damoxc Cas
Description

I have noticed this for several Deluge versions that the Details tab in the webui randomly stops showing all the information available. The most obvious one for me was the Path info that I find is consistently failing to appear.

#564 Fixed WebUI crash when trying to set refresh frequency mvoncken arvid@…
Description

I hit the "set" bytton next to the refresh time. I'm using the classing web UI template. This problem seems to be consistent.

--Deluge Error-- KeyError? : 'set' path : /refresh/set file : /Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/pages.py in POST, line 248

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

--Versions-- WebUi? : 1.0.3r Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) [GCC 4.0.1 (Apple Inc. build 5465)]:

--Traceback--

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc

result = func()

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.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 "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/pages.py", line 244, in GET

return self.POST(name)

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/page_decorators.py", line 52, in deco

return func(self, name) #check_session:ok

File "/Library/Python?/2.5/site-packages/deluge-1.0.3-py2.5-macosx-10.5-ppc.egg/deluge/ui/webui/pages.py", line 249, in POST

auto_refresh = {'off': '0', 'on': '1'}[name]

#911 Fixed webui crashes when the -l parameter is used mvoncken guigui357
Description

Hi,

I've opened a thread in the support forum here because I couldn't use webui since my update to jaunty.

It comes out that webui crashes if a log file is specified using the -l parameter.

This seems to be true only with jaunty (I have another machine still running intrepid and configured exactly the same way, with deluge 1.1.7 as well, and it works).

I used strace to try to understand a little bit where things go wrong. Here are extracts from webuiok.log and webuiko.log, showing the moment things go wrong. Hopefully it will help to find what happens.

webuiok.log (no log file specified)

...

open("/usr/lib/python2.6/sets.py", O_RDONLY|O_LARGEFILE) = 8
fstat64(8, {st_mode=S_IFREG|0644, st_size=19625, ...}) = 0
open("/usr/lib/python2.6/sets.pyc", O_RDONLY|O_LARGEFILE) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=17721, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb8095000
read(9, "\321\362\r\n\336\217\352Ic\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s'\1\0\0d\0\0"..., 4096) = 4096
fstat64(9, {st_mode=S_IFREG|0644, st_size=17721, ...}) = 0
read(9, "elements(\0\0\0\0(\0\0\0\0s\32\0\0\0/usr/lib/p"..., 12288) = 12288
read(9, "\0Remove and return an arbitrary s"..., 4096) = 1337
read(9, ""..., 4096)                    = 0
close(9)                                = 0
munmap(0xb8095000, 4096)                = 0
stat64("/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/utils.py", {st_mode=S_IFREG|0644, st_size=21567, ...}) = 0
open("/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/utils.py", O_RDONLY|O_LARGEFILE) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=21567, ...}) = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=21567, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb8095000
read(9, "\"\"\"\nGeneral Utilities\n(part of we"..., 8192) = 8192
read(9, "\n        [[1, 2], [3, 4]]\n    \"\"\""..., 4096) = 4096
read(9, "edelta(seconds=2): '2 seconds ago"..., 4096) = 4096
read(9, "kw unused\n        import hotshot,"..., 4096) = 4096
read(9, "      939387374\n        >>> to36("..., 4096) = 1087
read(9, ""..., 4096)                    = 0
close(9)                                = 0
munmap(0xb8095000, 4096)                = 0
write(2, "/var/lib/python-support/python2.6"..., 150/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
  from sets import Set
) = 150

...

and then webuiko.log (log file specified on the command line)

...

open("/usr/lib/python2.6/sets.pyc", O_RDONLY|O_LARGEFILE) = 10
fstat64(10, {st_mode=S_IFREG|0644, st_size=17721, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fc0000
read(10, "\321\362\r\n\336\217\352Ic\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s'\1\0\0d\0\0"..., 4096) = 4096
fstat64(10, {st_mode=S_IFREG|0644, st_size=17721, ...}) = 0
read(10, "elements(\0\0\0\0(\0\0\0\0s\32\0\0\0/usr/lib/p"..., 12288) = 12288
read(10, "\0Remove and return an arbitrary s"..., 4096) = 1337
read(10, ""..., 4096)                   = 0
close(10)                               = 0
munmap(0xb7fc0000, 4096)                = 0
close(9)                                = 0
close(8)                                = 0
close(7)                                = 0
close(6)                                = 0
close(5)                                = 0
close(4)                                = 0
stat64("/usr/bin/apport", 0xbfaf62f4)   = -1 ENOENT (No such file or directory)
open("/usr/bin/apport.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/apportmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/apport.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/apport.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.6/apport", 0xbfaf62f4) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apportmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.6/plat-linux2/apport", 0xbfaf62f4) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/apport.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)

...
from this moment on a lot of apport related stuff, and finally exists later

Note: See TracQuery for help on using queries.