i was running 1.19 from launchpad before and everything worked nicely. then i accidentally did an upgrade to 1.2 rc3.
i am running a headless ubuntu 8.04 lts (hardy) without graphics and use deluge via webui from my windows notebook.
i've got launchpad in my sources.list, so i dunno why it didn't upgrade before. anyway, now i got everything on 1.2 rc3. the daemon starts nicely and seems to be working. i can also fire up "deluge -u web" as i usually do. as soon as i connect to it from my remote notebook, the following error messages appear on the shell, where i started deluge. obviously the web-interface doesn't appear, the browser stays blank.
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/protocols/basic.py", line 232, in dataReceived
why = self.lineReceived(line)
File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1001, in lineReceived
self.allContentReceived()
File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1042, in allContentReceived
req.requestReceived(command, path, version)
File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 598, in requestReceived
self.process()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 160, in process
self.render(resrc)
File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 167, in render
body = resrc.render(self)
File "/var/lib/python-support/python2.5/deluge/ui/web/server.py", line 142, in render
return template.render()
File "/var/lib/python-support/python2.5/deluge/ui/web/common.py", line 66, in render
rendered = MakoTemplate.render_unicode(self, *args, **data)
File "/usr/lib/python2.5/site-packages/mako/template.py", line 118, in render_unicode
return runtime._render(self, self.callable_, args, data, as_unicode=True)
File "/usr/lib/python2.5/site-packages/mako/runtime.py", line 287, in _render
_render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))
File "/usr/lib/python2.5/site-packages/mako/runtime.py", line 304, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/usr/lib/python2.5/site-packages/mako/runtime.py", line 337, in _exec_template
callable_(context, *args, **kwargs)
File "_var_lib_python_support_python2_5_deluge_ui_web_gettext_js", line 80, in render_body
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/protocols/basic.py", line 232, in dataReceived
why = self.lineReceived(line)
File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1001, in lineReceived
self.allContentReceived()
File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1042, in allContentReceived
req.requestReceived(command, path, version)
File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 598, in requestReceived
self.process()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 160, in process
self.render(resrc)
File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line 167, in render
body = resrc.render(self)
File "/var/lib/python-support/python2.5/deluge/ui/web/server.py", line 142, in render
return template.render()
File "/var/lib/python-support/python2.5/deluge/ui/web/common.py", line 66, in render
rendered = MakoTemplate.render_unicode(self, *args, **data)
File "/usr/lib/python2.5/site-packages/mako/template.py", line 118, in render_unicode
return runtime._render(self, self.callable_, args, data, as_unicode=True)
File "/usr/lib/python2.5/site-packages/mako/runtime.py", line 287, in _render
_render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))
File "/usr/lib/python2.5/site-packages/mako/runtime.py", line 304, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/usr/lib/python2.5/site-packages/mako/runtime.py", line 337, in _exec_template
callable_(context, *args, **kwargs)
File "_var_lib_python_support_python2_5_deluge_ui_web_gettext_js", line 80, in render_body
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
help would be much appreciated. thanks alot!
ps: i'm no great linux expert, please be as verbose as you can in your answer. thank you!