nzbmatrix NZB url

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
alienvenom
Newbie
Newbie
Posts: 9
Joined: December 10th, 2008, 4:02 pm

nzbmatrix NZB url

Post by alienvenom »

i seem to remember a previous version of sabnzbd being able to import urls from nzbmatrix (both zip and not zip). however, using 0.5.0.X it appears to not let me do this anymore. i verified the options, both the username and api key are available under index sites.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: nzbmatrix NZB url

Post by shypike »

The RSS reader is quite capable of doing it.
You do need to use the correct URL.
This is the general form:

Code: Select all

https://nzbmatrix.com/nzb-download.php?id=999999
or

Code: Select all

https://nzbmatrix.com/nzb-download.php?id=99999&name=Fancy%20Name&nozip=1
And you need to have a VIP account!
alienvenom
Newbie
Newbie
Posts: 9
Joined: December 10th, 2008, 4:02 pm

Re: nzbmatrix NZB url

Post by alienvenom »

How about the "add URL" box? Can we use this for nzbmatrix urls? Or is it only supported on RSS feeds?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: nzbmatrix NZB url

Post by shypike »

It works with the URL as shown in my previous message.
You do need to be a VIP member.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: nzbmatrix NZB url

Post by switch »

0.4.12 did not support adding nzbmatrix by the url. Was that the version you were using when you mention previous version?

In any case, just add the url in your browser for the report as shypike says.
Last edited by switch on December 16th, 2009, 3:56 pm, edited 1 time in total.
alienvenom
Newbie
Newbie
Posts: 9
Joined: December 10th, 2008, 4:02 pm

Re: nzbmatrix NZB url

Post by alienvenom »

You are all correct. I found out the issue as well.

NZBmatrix seems to time out sometimes when you download via api-nzb-download.php.

Sometimes it works, sometimes it doesn't. There should be code in sabnzbd to retry it until it works...

http://nzbmatrix.com/api-nzb-download.p ... apikey=YYY

Try it if you feel like it...
alienvenom
Newbie
Newbie
Posts: 9
Joined: December 10th, 2008, 4:02 pm

Re: nzbmatrix NZB url

Post by alienvenom »

switch wrote: 0.4.12 did not support adding nzbmatrix by the url. Was that the version you were using when you mention previous version?

In any case, just add the url in your browser for the report as shypike says.
incorrect, it will only work in an authenticated browse and requires cookies. since sabnzbd dodn't have the cookie set, it will fail on shypike's url as well.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: nzbmatrix NZB url

Post by switch »

0.5.0beta3 and below had a bug where connections to nzbmatrix only have a 4 second timeout. This seemed to be fine for all sites apart nzbmatrix where it would timeout (we do already do retries btw).

This is likely what you were having problems with, Beta4 has an increased timeout so these issues should not be seen.

We support any nzbmatrix url with a ?id= or &id= in it, such as http://nzbmatrix.com/nzb-details.php?id=000000&hit=1 it gets converted to the api-nzb-download.php url
Post Reply