Problems with web interface?
Posted: Mon Oct 05, 2009 8:15 pm
About half the time I try accessing the web interface for Deluge (on a headless server), I get this odd error. Below is the part I was instructed to copy-paste.
Let me just say that yes, the server is indeed up and running. And any attempts to ping it work just fine. SFTP also works from the server. AND the correct port is forwarded.
Code: Select all
--Deluge Error--
DBusException : org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
path : /index
file : /var/lib/python-support/python2.5/dbus/connection.py in call_blocking, line 606
--Input--
<Storage {}>
--Versions--
WebUi : rev.172
Python : 2.5.2 (r252:60911, Jan 4 2009, 17:40:26)
[GCC 4.3.2]
dbus:0.82.4
--Traceback--
File "/usr/share/deluge/plugins/WebUi/lib/webpy022/webapi.py", line 304, in wsgifunc
result = func()
File "/usr/share/deluge/plugins/WebUi/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/share/deluge/plugins/WebUi/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 151, in deco
return func(self, name) #ok, continue..
File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 135, in deco
res = func(self, name)
File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 168, in deco
return func(self, name)
File "/usr/share/deluge/plugins/WebUi/deluge_webserver.py", line 102, in GET
for torrent_id in ws.proxy.get_session_state()]
File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in __call__
**keywords)
File "/var/lib/python-support/python2.5/dbus/connection.py", line 607, in call_blocking
message, timeout)