It seems that when sending NZBs to SAB, it automatically appends /sabnzbd to the SAB URL I listed in the settings, but for the status it does not append /sabnzbd.
I can't seem to get both status and sending NZBs to work at the same time using one url.
If I use "
http://hostname/" for the SABNzbd url, I can submit NZBs, but not see status. If I just "
http://hostname/sabnzbd/" as my URL it doesn't let me add NZBSs, but I can see status.
For example, my URL is set to "
https://hostname/sabnzbd/" in settings. I can see the status of SAB, as it's querying correctly:
1.1.1.1 - - [14/Nov/2011:11:08:08 -0500] "GET /sabnzbd//api?mode=queue&output=xml&apikey=43243482342039849302342 HTTP/1.1" 200 2288 "-" "Dalvik/1.4.0 (Linux; U; Android 2.3.4; DROID BIONIC Build/5.5.1_84_DBN-55)"
However, if I try to submit a NZB, it fails:
1.1.1.1 - - [14/Nov/2011:11:10:24 -0500] "GET /sabnzbd//sabnzbd/api?apikey=4424234242432423442&mode=addurl&name=http%3A%2F%2Fnzbmatrix.com%2Fnzb-download.php%3Fid%3D1095820%26name%3D%26nozip%3D1&cat=Movies HTTP/1.1" 401 1369 "-" "-"
Notice that it appended an extra /sabnzbd to the query.
If I use "
https://hostname/" as the URL in settings, NZBs get added properly, but the status won't work.
Any ideas?