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

