webui in 1.1.3

General support for problems installing or using Deluge
Post Reply
yarus23
New User
New User
Posts: 7
Joined: Wed Jan 07, 2009 10:56 pm

webui in 1.1.3

Post 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.
Post Reply