Custom Query (2449 matches)
Results (358 - 360 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2808 | Fixed | Deluge Log File Not Working as Intended | ||
| Description |
On a python 2.7 build writeing logs to a file doesnt work properly. if you set rotatiing logs it works fine however normal loging (filemode w?) the log is cleared every time it writes a new line. So instead of having a clear fresh log every time you open deluge what you have it just one line staying something about shuting down (or w.e. the last message is). What seems to be happening is it opens the file clears it writes the message closes then repeats every message. |
|||
| #2807 | Fixed | WebUI broken under setup.py install | ||
| Description |
web ui still not showing up anything. on 1.3 is ok, on 2.0 empty screen |
|||
| #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' |
|||
