Has anyone been able to successfully add the sabnzb RSS feed to their google reader? I can access my web client just fine externally through a DDNS service, however gReader won't recognize it as a feed.
I'd rather use RSS than email to notify me of my downloads' status.
Sabnzb RSS feed in Google Reader
Re: Sabnzb RSS feed in Google Reader
sab doesn't provide an rss feed does it? it uses rss for nzb downloads, but only uses email for status updates afaik.
Re: Sabnzb RSS feed in Google Reader
I can get both the history RSS and the upcoming queue RSS to work fine on google reader. If you are desperate, you could PM me the url you are trying to use.
Re: Sabnzb RSS feed in Google Reader
Nope, I was leaving it off and plush for 0.4.9 doesn't include it in the link it generates.
However, including it doesn't work either. gReader still rejects the feed and trying to access it directly through my ddns hostname returns a 500 internal error.
However, including it doesn't work either. gReader still rejects the feed and trying to access it directly through my ddns hostname returns a 500 internal error.
Code: Select all
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py", line 126, in _run
applyFilters('before_finalize')
File "/var/lib/python-support/python2.5/cherrypy/filters/__init__.py", line 151, in applyFilters
method()
File "/usr/share/sabnzbdplus/sabnzbd/utils/multiauth/filter.py", line 61, in beforeFinalize
**rsrc.callable_kwargs)
TypeError: rss() got an unexpected keyword argument 'apikey'
Re: Sabnzb RSS feed in Google Reader
Do you have a username or password set? If so, you need to add to the end of the url
Code: Select all
&ma_username=USER&ma_password=PASS
Re: Sabnzb RSS feed in Google Reader
PM'd you the URL.... I do have a user/pass set, but I get the same error.
Re: Sabnzb RSS feed in Google Reader
The RSS feed does not require the apikey, the api key is only really for url's that cause actions, not listing information.
Re: Sabnzb RSS feed in Google Reader
Works like a charm!
Thanks alot man, and many thanks to you and the team for a great piece of software!
Thanks alot man, and many thanks to you and the team for a great piece of software!
Re: Sabnzb RSS feed in Google Reader
I get only last item from history in this feed " feed://localhost:8080/sabnzbd/rss?mode=history"
is there an argument to list last 10 items ?
EDIT --> whoops , that was just Safari bug. Sorry , i can see all items in Firefox and on iPhone. Thanks
is there an argument to list last 10 items ?
EDIT --> whoops , that was just Safari bug. Sorry , i can see all items in Firefox and on iPhone. Thanks
Last edited by wally007 on October 26th, 2009, 2:43 pm, edited 1 time in total.