Custom Query (2447 matches)
Results (13 - 15 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2803 | Duplicate | web ui | ||
Description |
Web ui not working transdroid is OK . But the Web ui page is empty .. port 8112 connects but nothing showing in that page. |
|||
#2805 | Fixed | Standalone mode not detecting local running daemon | ||
Description |
In the recent round of PR merges the functionality to detect a running deluged instance when start gtkui in standalone mode has been broken. |
|||
#2806 | Invalid | webui not working | ||
Description |
WebUi still not working. When you try to connect to webui you get this error message in the browser page: web.Server Traceback (most recent call last): exceptions.IOError: [Errno 2] File o directory non esistente: '/usr/lib/python2.7/dist-packages/deluge/ui/web/index.html' /usr/lib/python2.7/dist-packages/twisted/web/server.py:183 in process 182 self._encoder = encoder 183 self.render(resrc) 184 except: /usr/lib/python2.7/dist-packages/twisted/web/server.py:234 in render 233 try: 234 body = resrc.render(self) 235 except UnsupportedMethod as e: /usr/lib/python2.7/dist-packages/deluge/ui/web/server.py:573 in render 572 573 574 /usr/lib/python2.7/dist-packages/mako/template.py:322 in init 321 path = None 322 module = self._compile_from_file(path, filename) 323 else: /usr/lib/python2.7/dist-packages/mako/template.py:395 in _compile_from_file 394 # in memory 395 data = util.read_file(filename) 396 code, module = _compile_text( /usr/lib/python2.7/dist-packages/mako/util.py:365 in read_file 364 def read_file(path, mode='rb'): 365 fp = open(path, mode) 366 try: exceptions.IOError: [Errno 2] File o directory non esistente: '/usr/lib/python2.7/dist-packages/deluge/ui/web/index.html' |