Simple RSS problem / deluge 0.5.5 / traceback
Posted: Sun Sep 23, 2007 5:13 pm
Hi, I'm having a problem with the Simple RSS plugin. It may be that I'm am incorrectly setting it up (I can't find documentation or simple examples to follow in the FAQ or Deluge Plugin page), please let me know
This is what I am doing:
1- activate Simple RSS plugin
2- In the plugin preferences:
- Add a feed; I am adding this:
http://www.mininova.org/rss/rwc
- I don't add any filter (I tried adding a single filter with "*" as filter string, same results)
(PS:Is the Filter String format documented somewhere, or examples provided? If not, can someone post filter list examples?)
- go to Broadchatcher Options and click on Check Feeds Now
- Go back to Torrents, no torrents show up (however, if you follow the RSS link in firefox, quite a few torrent entries are listed)
- And: I get a python traceback in the Console (see below)
- FYI ultimately what I would like to do is as follows: have the Broadcatcher monitor Mininova for "RWC", and when the search includes "England" and "Samoa", then catch the torrent. Maybe I'm doing things wrong here?
Thanks!
Here's the console output:
myname@mycomputer:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin ExtraStats
Initialising plugin TorrentSearch
Initialising plugin TorrentCreator
Initialising plugin TorrentFiles
Initialising plugin NetworkHealth
Initialising plugin BlocklistImport
Initialising plugin WebSeed
Initialising plugin Locations
Initialising plugin MoveTorrent
Initialising plugin TorrentNotification
Initialising plugin SimpleRSS
Initialising plugin TorrentPeers
Initialising plugin DesiredRatio
Initialising plugin TorrentPieces
Initialising plugin NetworkGraph
Initialising plugin EventLogging
Initialising plugin SpeedLimiter
Applying preferences
Starting DHT...
Loading TorrentPieces plugin...
Loading ExtraStats plugin...
Loading TorrentFiles plugin...
Loading blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/myname/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Attempting to parse RWC
Parsed Mininova
Traceback (most recent call last):
File "/usr/share/deluge/plugins/SimpleRSS/plugin.py", line 314, in chkfeeds_clicked
self.checkfeeds()
File "/usr/share/deluge/plugins/SimpleRSS/plugin.py", line 336, in checkfeeds
tmplist = [(entry["date_parsed"], name, entry["title"], entry.enclosures[0].href) for entry in entries]
File "/usr/share/deluge/plugins/SimpleRSS/feedparser.py", line 236, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'enclosures'
This is what I am doing:
1- activate Simple RSS plugin
2- In the plugin preferences:
- Add a feed; I am adding this:
http://www.mininova.org/rss/rwc
- I don't add any filter (I tried adding a single filter with "*" as filter string, same results)
(PS:Is the Filter String format documented somewhere, or examples provided? If not, can someone post filter list examples?)
- go to Broadchatcher Options and click on Check Feeds Now
- Go back to Torrents, no torrents show up (however, if you follow the RSS link in firefox, quite a few torrent entries are listed)
- And: I get a python traceback in the Console (see below)
- FYI ultimately what I would like to do is as follows: have the Broadcatcher monitor Mininova for "RWC", and when the search includes "England" and "Samoa", then catch the torrent. Maybe I'm doing things wrong here?
Thanks!
Here's the console output:
myname@mycomputer:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin ExtraStats
Initialising plugin TorrentSearch
Initialising plugin TorrentCreator
Initialising plugin TorrentFiles
Initialising plugin NetworkHealth
Initialising plugin BlocklistImport
Initialising plugin WebSeed
Initialising plugin Locations
Initialising plugin MoveTorrent
Initialising plugin TorrentNotification
Initialising plugin SimpleRSS
Initialising plugin TorrentPeers
Initialising plugin DesiredRatio
Initialising plugin TorrentPieces
Initialising plugin NetworkGraph
Initialising plugin EventLogging
Initialising plugin SpeedLimiter
Applying preferences
Starting DHT...
Loading TorrentPieces plugin...
Loading ExtraStats plugin...
Loading TorrentFiles plugin...
Loading blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/myname/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Attempting to parse RWC
Parsed Mininova
Traceback (most recent call last):
File "/usr/share/deluge/plugins/SimpleRSS/plugin.py", line 314, in chkfeeds_clicked
self.checkfeeds()
File "/usr/share/deluge/plugins/SimpleRSS/plugin.py", line 336, in checkfeeds
tmplist = [(entry["date_parsed"], name, entry["title"], entry.enclosures[0].href) for entry in entries]
File "/usr/share/deluge/plugins/SimpleRSS/feedparser.py", line 236, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'enclosures'