WebUI problems
Posted: Sun Mar 14, 2010 7:36 pm
Everytime i want to connect to my UI following error occurs:
Pleas help me!
Code: Select all
*web.Server Traceback (most recent call last):*
<type 'exceptions.IOError'>: [Errno 2] No such file or directory:
'/usr/lib/pymodules/python2.6/deluge/ui/web/index.html'
<#tbend>
/usr/lib/python2.6/dist-packages/twisted/web/server.py, line 150 in process
148 try:
149 resrc = self.site.getResourceFor(self)
150 self.render(resrc)
151 except:
*Self*
site
twisted.web.server.Site instance @ 0x215e1b8 <twisted.web.server.Site
instance at 0x215e1b8>
*Locals*
resrc
deluge.ui.web.server.TopLevel instance @ 0x7f65bc23d290
<deluge.ui.web.server.TopLevel instance at 0x7f65bc23d290>
self
twisted.web.server.Request instance @ 0x215e368 <GET / HTTP/1.1>
/usr/lib/python2.6/dist-packages/twisted/web/server.py, line 157 in render
155 def render(self, resrc):
156 try:
157 body = resrc.render(self)
158 except UnsupportedMethod, e:
*Locals*
resrc
deluge.ui.web.server.TopLevel instance @ 0x7f65bc23d290
<deluge.ui.web.server.TopLevel instance at 0x7f65bc23d290>
self
twisted.web.server.Request instance @ 0x215e368 <GET / HTTP/1.1>
*Globals*
UnsupportedMethod |<class 'twisted.web.server.UnsupportedMethod'>|
/usr/lib/pymodules/python2.6/deluge/ui/web/server.py, line 434 in render
432 scripts = self.scripts[:]
433
434 template = Template(filename=rpath("index.html"))
435 request.setHeader("content-type", "text/html; charset=utf-8")
*Locals*
self
deluge.ui.web.server.TopLevel instance @ 0x7f65bc23d290
<deluge.ui.web.server.TopLevel instance at 0x7f65bc23d290>
request
twisted.web.server.Request instance @ 0x215e368 <GET / HTTP/1.1>
scripts
List instance @ 0x216bd88
'/js/ext-base.js'
'/js/ext-all.js'
'/js/ext-extensions.js'
'/config.js'
'/gettext.js'
'/js/deluge-all.js'
*Globals*
rpath
function rpath in file
/usr/lib/pymodules/python2.6/deluge/ui/web/server.py at line 117
Template |<class 'deluge.ui.web.common.Template'>|
/usr/lib/python2.6/dist-packages/mako/template.py, line 93 in __init__
91 # template filename and no module directory, compile code
92 # in memory
93 (code, module) = _compile_text(self, file(filename).read(),
filename)
94 self._source = None
*Locals*
self |<deluge.ui.web.common.Template object at 0x288c690>|
filename '/usr/lib/pymodules/python2.6/deluge/ui/web/index.html'
*Globals*
_compile_text
function _compile_text in file
/usr/lib/python2.6/dist-packages/mako/template.py at line 247
<type 'exceptions.IOError'>: [Errno 2] No such file or directory:
'/usr/lib/pymodules/python2.6/deluge/ui/web/index.html'