altrnt wrote:So I am now in the webui and in config and at enabled plugins I see feeder.
But that's it?!
I can't configure it any further please tell me that aswel

Also note that this plugin also requires the feedparser python package to be installed.
Have you done this? I had the same problem you did, and installing feedparser fixed up everything.
I'm having a bit of trouble adding a filter. I have my feed set up, and it updates correctly, and I want to add everything in the feed, so I made a filter ".", like was suggested. However, when I go into "Add/modify filters" and click on the name the filter ("."), I get the following error:
Code: Select all
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 628, in communicate
req.respond()
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 361, in respond
response = self.wsgi_app(self.environ, self.start_response)
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 314, in wsgifunc
print >> debug, traceback.format_exc()
File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 170, in _debugwrite
out.write(x)
AttributeError: 'NoneType' object has no attribute 'write'
I thought I'd typed something wrong or something, so I went back to feeder's main configuration screen and clicked the little "x" next to my filter, but nothing happened. I went into "Add/modify filters", and it was still there. I tried to add the "." again, but I still get the same error.
This was all a few days ago, and I wrote it off as due to unfinished code or something, but since then, no torrents have been added, despite the feed updating correctly. I'm not really sure what to do at this point, but maybe one of you do. I'll gladly provide screenshots in case any of that description was unclear.