Hi guys,
The installation of FlexRSS seemed to run through without issue but I get the following error when I click on FlexRSS from the WEB UI:
"Fault : <Fault 1: "<type 'exceptions.AttributeError'>:'Config' object has no attribute 'get_config'">"
It also dumps out this:
Code: Select all
--Deluge Error--
Fault : <Fault 1: "<type 'exceptions.AttributeError'>:'Config' object has no attribute 'get_config'">
path : /config/flexrss
file : /usr/lib/pymodules/python2.6/deluge/xmlrpclib.py in close, line 786
--Input--
<Storage {}>
--Versions--
WebUi : 1.1.9r
Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11)
[GCC 4.4.1]:
--Traceback--
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/page_decorators.py", line 87, in deco
return func(self, name) #check_session:ok
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/page_decorators.py", line 105, in deco
return func(self, name) #check_connected:ok
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/page_decorators.py", line 60, in deco
res = func(self, name) #deluge_page_noauth
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/config_forms.py", line 88, in GET
f = form_class()
File "/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/newforms_plus.py", line 84, in __init__
data = self.initial_data()
File "/home/ian/.config/deluge/plugins/flexRSS-0.1.egg/flexrss/webui.py", line 52, in initial_data
return sclient.flexrss_get_config()
File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 1150, in __call__
return self.__send(self.__name, args)
File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 1440, in __request
verbose=self.__verbose
File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 93, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 1343, in _parse_response
return u.close()
File "/usr/lib/pymodules/python2.6/deluge/xmlrpclib.py", line 787, in close
raise Fault(**self._stack[0])
I'm running 1.1.9 of deluge-core and deluge-webui on Karmic 9.10.
Has anyone else had this and/or does anyone know how to solve it?
Many thanks in anticipation.