Custom Query (2447 matches)
Results (286 - 288 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2333 | Fixed | Cannot set and then get options with same non-interactive console command | ||
Description |
$ deluge-console "config -s allow_remote True; config allow_remote" Setting allow_remote to True.. Configuration value successfully updated. allow_remote: False Would expect this to return True but requires an separate step: $ deluge-console "config allow_remote" allow_remote: True |
|||
#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 |
|||
#2932 | Fixed | Cannot set label via WebUI | ||
Description |
I am unable to set labels through the label plugin through the WebUI. I can set them without issue through the desktop application (Windows 10), and through Transdroid (Android 7.1). The server is running Deluge 1.3.13, the desktop client is 1.3.12, although this issue has persisted for months. |
Note:
See TracQuery
for help on using queries.