Opened 8 years ago
Closed 8 years ago
#2806 closed bug (Invalid)
webui not working
Reported by: | renato | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | needs verified |
Component: | Web UI | Version: | develop |
Keywords: | Cc: |
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'
wrong location. and if you copy deluge dir to that location for test pourpose it connects to webui, but says webui 2.0 and the page is still empty. no password request and no screen at all