Page 1 of 1

webui in 1.1.3

Posted: Thu Feb 26, 2009 8:50 am
by yarus23
Is it a bug?

[dmitry@mediacenter root]$ deluge -u web &
[1] 9920
[dmitry@mediacenter root]$ telnet localhost:8112

^C
[dmitry@mediacenter root]$ telnet localhost 8112
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.


HTTP/1.1 500 Internal Server Error
Content-Length: 414

Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 625, in communicate
req.parse_request()
File "/usr/lib/python2.5/site-packages/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 153, in parse_request
method, path, req_protocol = request_line.strip().split(" ", 2)
ValueError: need more than 1 value to unpack
Connection closed by foreign host.