Ticket #2157: webui.exception.log

File webui.exception.log, 1.4 KB (added by Elendar, 12 years ago)

full log error

Line 
1web.Server Traceback (most recent call last):
2<type 'exceptions.LookupError'>: unknown encoding: ascii
3
4/usr/lib/python2.7/dist-packages/twisted/web/server.py, line 131 in process
5129 self.postpath = map(unquote, string.split(self.path[1:], '/'))
6130 try:
7131 resrc = self.site.getResourceFor(self)
8132 self.render(resrc)
9/usr/lib/python2.7/dist-packages/twisted/web/server.py, line 562 in getResourceFor
10560 # servers and disconnected sites.
11561 request.sitepath = copy.copy(request.prepath)
12562 return resource.getChildForRequest(self.resource, request)
13563
14/usr/lib/python2.7/dist-packages/twisted/web/resource.py, line 65 in getChildForRequest
1563 pathElement = request.postpath.pop(0)
1664 request.prepath.append(pathElement)
1765 resource = resource.getChildWithDefault(pathElement, request)
1866 return resource
19/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py, line 542 in getChildWithDefault
20540 base += '/'
21541
22542 request.base = base.encode('idna')
23543
24/usr/lib/python2.7/encodings/idna.py, line 164 in encode
25162 trailing_dot = ''
26163 for label in labels:
27164 result.append(ToASCII(label))
28165 # Join with U+002E
29/usr/lib/python2.7/encodings/idna.py, line 65 in ToASCII
3063 try:
3164 # Step 1: try ASCII
3265 label = label.encode("ascii")
3366 except UnicodeError:
34<type 'exceptions.LookupError'>: unknown encoding: ascii