1 | [ERROR ] 11:07:57 pages:122 Sorting Failed
|
---|
2 | Traceback (most recent call last):
|
---|
3 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
|
---|
4 | result = func()
|
---|
5 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
|
---|
6 | func = lambda: handle(inp, fvars)
|
---|
7 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
|
---|
8 | return tocall(*([x and urllib.unquote(x) for x in args] + fna))
|
---|
9 | File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 72, in deco
|
---|
10 | vars = web.input(redir_after_login = None)
|
---|
11 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 104, in input
|
---|
12 | a = cgi.FieldStorage(fp = StringIO(data()), environ=e,
|
---|
13 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 123, in data
|
---|
14 | ctx.data = ctx.env['wsgi.input'].read(cl)
|
---|
15 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 534, in ssl_method_wrapper
|
---|
16 | raise socket.timeout("timed out")
|
---|
17 | timeout: timed out
|
---|
18 |
|
---|
19 | Exception in thread CP WSGIServer Thread-1:
|
---|
20 | Traceback (most recent call last):
|
---|
21 | File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
|
---|
22 | self.run()
|
---|
23 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 695, in run
|
---|
24 | conn.communicate()
|
---|
25 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 648, in communicate
|
---|
26 | req.simple_response("500 Internal Server Error", format_exc())
|
---|
27 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 396, in simple_response
|
---|
28 | self.sendall("".join(buf))
|
---|
29 | File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 516, in ssl_method_wrapper
|
---|
30 | raise socket.error(errno)
|
---|
31 | error: 104
|
---|
32 |
|
---|