[SOLVED ]/rss?mode=history not being filled anymore

Report & discuss bugs found in 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
Jiks
Newbie
Newbie
Posts: 3
Joined: July 10th, 2018, 6:32 am

[SOLVED ]/rss?mode=history not being filled anymore

Post by Jiks »

Hello, since the last upgrade I did (I'm now on SABnzbd Version: 2.3.4) The URL for the History RSS (/rss?mode=history) is not served anymore.
Here is the HTML served instead, whitch seems pretty useless and is absolutely not a RSS

Code: Select all

<html>
    <head>
      <script type="text/javascript">
      <!--
      location.href = location.protocol + '//' + location.hostname + (location.port ? ':' + location.port : '') + '/sabnzbd' ;
      //-->
      </script>
    </head>
    <body><br/></body>
</html>
     
Before my upgrade this url was really helpfull to know about sabnzb activity.

I tried to search for "rss" on the forum, but it refuses this search term :(
Last edited by Jiks on July 11th, 2018, 8:38 am, edited 1 time in total.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: /rss?mode=history not being filled anymore

Post by safihre »

It has been removed in some release of 2.3.x, just can't find which one. It's in the release notes.
It was removed because maintaining it properly was getting a hassle, while almost all tools nowadays will use JSON. Maybe you can use that?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Jiks
Newbie
Newbie
Posts: 3
Joined: July 10th, 2018, 6:32 am

Re: /rss?mode=history not being filled anymore

Post by Jiks »

Thanks for the tip, I'll look into this option. Any pointer to where I should start (The rss url is "obvious" within the html source, the json option not so much) ? I will try to find it on my own and will report my findings.

thank you again for taking the time to enlighten me :)
Jiks
Newbie
Newbie
Posts: 3
Joined: July 10th, 2018, 6:32 am

Re: /rss?mode=history not being filled anymore

Post by Jiks »

/api?mode=history&output=json&apikey=APIKEY
seems to answer my needs, time for some elbow grease !
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: [SOLVED ]/rss?mode=history not being filled anymore

Post by safihre »

There is also the API wiki page that describes many options :)

https://sabnzbd.org/wiki/advanced/api
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply