Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- web.Server Traceback (most recent call last):
- builtins.TypeError: must be str, not bytes
- /usr/lib/python3/dist-packages/twisted/web/server.py:190 in process
- 189 try:
- 190 resrc = self.site.getResourceFor(self)
- 191 if resource._IEncodingResource.providedBy(resrc):
- /usr/lib/python3/dist-packages/twisted/web/server.py:826 in getResourceFor
- 825 request.sitepath = copy.copy(request.prepath)
- 826 return resource.getChildForRequest(self.resource, request)
- 827
- /usr/lib/python3/dist-packages/twisted/web/resource.py:98 in getChildForRequest
- 97 request.prepath.append(pathElement)
- 98 resource = resource.getChildWithDefault(pathElement, request)
- 99 return resource
- /usr/lib/python3/dist-packages/deluge/ui/web/server.py:561 in getChildWithDefault
- 560 if base[0] != '/':
- 561 base = '/' + base
- 562
- builtins.TypeError: must be str, not bytes
Advertisement
Add Comment
Please, Sign In to add comment