NZBMatrix API URL Changed
Posted: September 22nd, 2011, 11:28 pm
Hi guys,
It seems that SAB is accessing:
(note: my credentials replaced with X's)
However, the NZBMatrix API docs specify that:
This is leading to the following error:
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
It seems that SAB is accessing:
Code: Select all
https://nzbmatrix.com/api-nzb-download.php?id=1048960&username=X&apikey=X&scenename=1However, 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))Thanks