RSS Feeds Failed?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
laborspy
Newbie
Newbie
Posts: 3
Joined: October 29th, 2009, 3:00 am

RSS Feeds Failed?

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: RSS Feeds Failed?

Post 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.
laborspy
Newbie
Newbie
Posts: 3
Joined: October 29th, 2009, 3:00 am

Re: RSS Feeds Failed?

Post by laborspy »

The simplest crap I always miss.  I will try it tonight, thanks again!!!!
laborspy
Newbie
Newbie
Posts: 3
Joined: October 29th, 2009, 3:00 am

Re: RSS Feeds Failed?

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: RSS Feeds Failed?

Post 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.
Post Reply