Page 1 of 1

RSS Feeds Failed?

Posted: October 29th, 2009, 3:09 am
by laborspy
I have never used the RSS option but I wanted to give it a try this evening.  After 45mins I am finally giving up and asking for help.  I know sabnzbd looks at things differently, but I can browse to the RSS fee and it will work fine but in the preview it displays nothing.  I have no filters setup, except for the catchall.  I have tried different RSS feeds from TVnzb, mytvnzb, and Yahoo Pipes.

OS: Windows 7 64
Firewall = no
sabnzbd: 0.4.12

Warnings I am getting:
2009-10-29 03:52:46,141 WARNING [RSS] Failed to retrieve RSS from feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:53:06,117 WARNING [RSS] Failed to retrieve RSS from feed://mytvnzb.foechoer.be/feed/id/89115307798.rss


From the log file
2009-10-29 03:51:56,871::INFO::Starting SABnzbd.exe-0.4.12
2009-10-29 03:51:56,871::DEBUG::[sabnzbd] Starting postprocessor
2009-10-29 03:51:56,871::DEBUG::[sabnzbd] Starting assembler
2009-10-29 03:51:56,871::INFO::[nzbqueue] Saving queue
2009-10-29 03:51:56,871::DEBUG::[sabnzbd] Starting downloader
2009-10-29 03:51:56,871::INFO::[sabnzbd] Saving data for queue7.sab in C:\Users\media\AppData\Local\sabnzbd\cache\queue7.sab
2009-10-29 03:51:56,871::DEBUG::[sabnzbd] Starting scheduler
2009-10-29 03:51:56,871::DEBUG::[sabnzbd] Starting urlgrabber
2009-10-29 03:51:56,871::INFO::[sabnzbd] Saving data for bytes7.sab in C:\Users\media\AppData\Local\sabnzbd\cache\bytes7.sab
2009-10-29 03:51:56,871::INFO::[sabnzbd.misc] URLGrabber starting up
2009-10-29 03:51:56,871::INFO::Starting web-interface on 192.168.0.197:8080
2009-10-29 03:51:56,871::INFO::[sabnzbd] Saving data for rss_data.sab in C:\Users\media\AppData\Local\sabnzbd\cache\rss_data.sab
2009-10-29 03:52:01,052::DEBUG::Checked for a new release, cur= 41299, latest= 41299 (on http://sourceforge.net/projects/sabnzbdplus/files/)
2009-10-29 03:52:46,125::DEBUG::[RSS] Running feedparser on feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:52:46,141::DEBUG::[RSS] Done parsing feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:52:46,141::WARNING::[RSS] Failed to retrieve RSS from feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:53:06,115::DEBUG::[RSS] Running feedparser on feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:53:06,117::DEBUG::[RSS] Done parsing feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:53:06,117::WARNING::[RSS] Failed to retrieve RSS from feed://mytvnzb.foechoer.be/feed/id/89115307798.rss
2009-10-29 03:56:01,131::INFO::[sabnzbd] Saving data for rss_data.sab in C:\Users\media\AppData\Local\sabnzbd\cache\rss_data.sab

Re: RSS Feeds Failed?

Posted: October 29th, 2009, 4:11 pm
by shypike
Wrong syntax, you should read the Wiki page.
Use:

Code: Select all

http://mytvnzb.foechoer.be/feed/id/89115307798.rss
"feed://" is not proper syntax!
Yes, Firefox supports that nonsense, but it shouldn't.

Re: RSS Feeds Failed?

Posted: October 29th, 2009, 6:03 pm
by laborspy
The simplest crap I always miss.  I will try it tonight, thanks again!!!!

Re: RSS Feeds Failed?

Posted: October 30th, 2009, 12:27 am
by laborspy
Ok that was the problem, the http:// instead of the feed://.  I changed it and it worked fine.  It seems like Safari was the issue, the link is written as http but when you click on the link Safari changes the url to read feed:// instead.  Honestly the stupidest thing I have seen.
shypike wrote: Wrong syntax, you should read the Wiki page.
BTW, I was all over the Wiki and the forums before I posted.  No where on the Wiki does it state the feed:// will not work.  Any chance we can put an example of correct syntax and feed:// will not work?

Re: RSS Feeds Failed?

Posted: October 30th, 2009, 5:59 am
by shypike
Sorry, but should we list every syntax that does not work?
Also, the feed:// syntax is correct in some contexts, but it's a different protocol.