NZBMatrix API URL Changed

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
sophrosynic
Newbie
Newbie
Posts: 3
Joined: September 22nd, 2011, 11:24 pm

NZBMatrix API URL Changed

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: NZBMatrix API URL Changed

Post 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.
sophrosynic
Newbie
Newbie
Posts: 3
Joined: September 22nd, 2011, 11:24 pm

Re: NZBMatrix API URL Changed

Post by sophrosynic »

I'm using 0.6.9
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: NZBMatrix API URL Changed

Post 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) ?
sophrosynic
Newbie
Newbie
Posts: 3
Joined: September 22nd, 2011, 11:24 pm

Re: NZBMatrix API URL Changed

Post by sophrosynic »

Ah, yes, of course. Must be sickbeard. Thanks!
Post Reply