WebUI problems

General support for problems installing or using Deluge
Post Reply
LegendOne
New User
New User
Posts: 3
Joined: Sun Mar 14, 2010 7:29 pm

WebUI problems

Post by LegendOne »

Everytime i want to connect to my UI following error occurs:

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'
Pleas help me!
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: WebUI problems

Post by Cas »

I don't have the answer but I would say you need provide these details at a minimum so that others can help...

Deluge version
Packaged or built from source
Operating system
Web browser
Steps to repeat problem

Also make sure you have you checked the FAQ
LegendOne
New User
New User
Posts: 3
Joined: Sun Mar 14, 2010 7:29 pm

Re: WebUI problems

Post by LegendOne »

I have the latest Release 1.2.0-1 from getdeb.
My OS is ubuntu 9.10 with the latest Firefox build.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: WebUI problems

Post by Cas »

Use the latest version 1.2.1 from PPA instead
LegendOne
New User
New User
Posts: 3
Joined: Sun Mar 14, 2010 7:29 pm

Re: WebUI problems

Post by LegendOne »

it worked.

Thank you!
gottijr
Member
Member
Posts: 10
Joined: Fri Mar 12, 2010 5:43 pm

Re: WebUI problems

Post by gottijr »

how do i make sure i get the latest version?

1.2.1?

thanks
Post Reply