tresni / freenas-rss-extension

Automatically exported from code.google.com/p/freenas-rss-extension
0 stars 0 forks source link

Feeds without isPermaLink do not work #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add regular feed
2. Create filter "^Show Name -"
3. enable debugging

What is the expected output? What do you see instead?
Watching the cron job run regularly in the logs, all that's logged for 
"RSS" is "Getting feed Feed Name". No torrents are downloaded, no filters 
are matched.

What version of the product are you using? On what operating system?
RSS.tgz 19 March 2009 Beta 1 on FreeNAS 0.7 Sardaukar (revision 4427).

Please provide any additional information below.
I have feeds that both download everything ("subscribe" is set), and feeds 
that have filters. Neither are downloading.

Original issue reported on code.google.com by ste...@gmail.com on 20 Mar 2009 at 9:35

GoogleCodeExporter commented 9 years ago
I should note that after all the "Getting feed..." lines, the cron job also 
logs 
"Saving data".

Original comment by ste...@gmail.com on 20 Mar 2009 at 10:18

GoogleCodeExporter commented 9 years ago
If you are seeing "Saving data" then rss_cron.php thinks it has done everything 
it's
suppose to.  I'll try setting up a nightly in VMWare or something, but I may 
need
more details on your feed/filter.

Original comment by tre...@gmail.com on 20 Mar 2009 at 10:26

GoogleCodeExporter commented 9 years ago
Here's the feed I use primarily:
http://feedmytorrents.com/combined-feed/steeef@gmail.com/

And here's one of the filters I'm trying to apply onto it:
^30 Rock -

Original comment by ste...@gmail.com on 20 Mar 2009 at 10:41

GoogleCodeExporter commented 9 years ago
The problem is actually with the feed.  The feed doesn't put the isPermaLink
attribute that is suppposed to be required for <guid> elements.  This throws 
off the
parsing and it sees all items as having the same guid of h (the first letter in 
the
string).  I'm putting in a workaround/check for this so it should be solved 
shortly ;)

Original comment by tre...@gmail.com on 21 Mar 2009 at 4:14

GoogleCodeExporter commented 9 years ago
Fixed in r39.  New RSS.tgz to be uploaded shortly.  You'll have one duplicate 
item in
your feed history.  Delete the feed and re-add to avoid this.

Original comment by tre...@gmail.com on 21 Mar 2009 at 4:33

GoogleCodeExporter commented 9 years ago

Original comment by tre...@gmail.com on 21 Mar 2009 at 4:44

GoogleCodeExporter commented 9 years ago
Awesome! Thanks for fixing this. Now it's working a little _too_ well. Excuse 
me 
while I remove a few active torrents, hehe.

Original comment by ste...@gmail.com on 21 Mar 2009 at 6:44