Custom Query (2447 matches)
Results (118 - 120 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1284 | Fixed | WebUI on Windows plugin error | ||
Description |
When loading the webui, right after I connect to the daemon, the following error message is displayed in the browser: Error loading script: /js/label/label.js status: 4004 Label filters still work, but I can't set the label of a torrrent. The webui (1.3 rc1) and daemon are running on Windows (Windows server 2003, 32 bit.) I have tested Firefox and Chrome, on Windows and Linux as the client, with the same result. |
|||
#3022 | WorksForMe | WebUI Not Working on Linux Mint | ||
Description |
I'm using Linux Mint Version 17 and just installed deluge and when I tried to activate the webui plugin all seemed well until I went to the option in Preferences. I get the message that "The Deluge Web Interface is Not Installed" all other plugins, both included and external work just fine though. |
|||
#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' |