Custom Query (2447 matches)
Results (493 - 495 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3245 | Duplicate | cannot set base url | ||
Description |
after setting web base in web.conf i get this error when trying to access webui: 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 562web.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 builtins.TypeError: must be str, not bytes |
|||
#3269 | Duplicate | No Windows install file | ||
Description |
There is no Deluge 2.0.3 install file for Windows in https://ftp.osuosl.org/pub/deluge/windows/?C=M;O=D |
|||
#3330 | Duplicate | Ui crash | ||
Description |
linux ubuntu 19.10 when calling the ui from the tray icon the ui crashes. starting deluge from command line returns errors. log file attached. |
Note:
See TracQuery
for help on using queries.