Duplicated entries now report 'failed' with 'no duplicates' on

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
51mmz0rz
Newbie
Newbie
Posts: 3
Joined: October 12th, 2008, 7:13 pm

Duplicated entries now report 'failed' with 'no duplicates' on

Post by 51mmz0rz »

I have 2 rss feeds which have the same filters, so of course, sometimes the content overlaps.  I now use the new 'no duplicates' option, and it seems to be working.  I do not get duplicate files so this is great.  However now my logs look like this:

Code: Select all

2008-12-09 04:28:06  	Failed to fetch NZB from http://www.tvnzb.com/nzb/15680	
2008-12-09 03:15:43 	        The.Colbert.Report.12.08.2008.DSR.XviD-iHT
The '15680' nzb is the same as the entry as below it.  This is not a big issue, but you should probably say something like 'was not downloaded due to duplication' or maybe just don't include it at all and leave it in the warning section.

Great work guys, thanks.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Duplicated entries now report 'failed' with 'no duplicates' on

Post by shypike »

This says it cannot get the NZB from tvnzb.com.
Duplication prevention is reported as warning "Skipping duplicate NZB blabla.nzb".
51mmz0rz
Newbie
Newbie
Posts: 3
Joined: October 12th, 2008, 7:13 pm

Re: Duplicated entries now report 'failed' with 'no duplicates' on

Post by 51mmz0rz »

The dupe message appears in warnings, along with a message similar to the one that is getting passed to my history.

Code: Select all

2008-12-09 04:28:06,608 WARNING [nzbstuff] Skipping duplicate NZB "The.Colbert.Report.12.08.2008.DSR.XviD-iHT.nzb"
2008-12-09 04:28:06,609 ERROR [sabnzbd.misc] Error getting url http://www.tvnzb.com/nzb/15680
The failed to fetch error is related to the duplication, as this is the only time I have seen it; also they happen at the same time as you can see from the warning log above.
Last edited by 51mmz0rz on December 10th, 2008, 6:41 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Duplicated entries now report 'failed' with 'no duplicates' on

Post by shypike »

Your are right, "detected a duplicate" is treated as an error by the rest of code.
Silly error, I think I can fix this for 0.4.6Final.
Post Reply