I did this to see what failed jobs I had:
Code: Select all
http://server:8080/sabnzbd/api?mode=history&failed_only=1&apikey=<myAPIkey>&output=xml
Code: Select all
http://server:8080/sabnzbd/api?mode=retry_all&apikey=<myAPIkey>&output=xml
Code: Select all
<status><function retry_all_jobs at 0xb6376a30></status>
I then located the nzo_id of the failed job which was something like SABnzbd_nzo_kxgwDV and also tried to retry the individual job using this:
Code: Select all
http://server:8080/sabnzbd/api?mode=retry&job=SABnzbd_nzo_kxgwDV&apikey=<myAPIkey>&output=xml
What am I doing wrong? Any help would be appreciated.