Page 1 of 1

NZBMatrix API URL Changed

Posted: September 22nd, 2011, 11:28 pm
by sophrosynic
Hi guys,

It seems that SAB is accessing:

Code: Select all

https://nzbmatrix.com/api-nzb-download.php?id=1048960&username=X&apikey=X&scenename=1
(note: my credentials replaced with X's)

However, the NZBMatrix API docs specify that:

Code: Select all

http://api.nzbmatrix.com/v1.1/download.php? = URL to use. No other URL is supported, please do not try to use them.
id={NZBID} = NZBid from nzbmatrix.com
&username={USERNAME} = Your account username.
&apikey={APIKEY} = Your API Key.
&scenename=1 = Optional, this will restore scene names

This is leading to the following error:

Code: Select all

URL Fetching failed; (Problem accessing nzbmatrix server (error:invalid_login))
I have verified my credentials, they are correct. This is not a configuration error. It used to work just fine until it stopped working this Monday.

Thanks

Re: NZBMatrix API URL Changed

Posted: September 23rd, 2011, 2:42 am
by shypike
Which version of SABnzbd are you using?
We stopped using the old URL quite some time ago.
Apparently nzbmatrix decided to drop the old URL.

Re: NZBMatrix API URL Changed

Posted: September 23rd, 2011, 9:42 am
by sophrosynic
I'm using 0.6.9

Re: NZBMatrix API URL Changed

Posted: September 23rd, 2011, 9:50 am
by shypike
0.6.9 uses the new URL of the nzbmatrix API.
Do you use some other utility that sends nzbmatrix URLs to SABnzbd (e.g. SickBeard) ?

Re: NZBMatrix API URL Changed

Posted: September 23rd, 2011, 11:33 am
by sophrosynic
Ah, yes, of course. Must be sickbeard. Thanks!