Assembla home | Assembla project page
 

Ticket #137 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Bad newzbin fetch is not added to the history

Reported by: swi-tch Assigned to: team
Priority: normal Milestone: 0.5.0
Component: Overall Version:
Severity: normal Keywords:
Cc:

Description

When a newzbin api fetch fails due to a bad ID, sabnzbd creates an item in the history to reflect the failure. However the call to this function is missing a third parameter, causing an unhandled exception.

The BadFetch?() function in newzbin.py is currently: BadFetch?(nzo, msgid) It should also contain the value "retry" which is the option of whether to link to a retry of the failed download. Either that or give that value a default such as False in the function definition.

Change History

09/25/08 18:02:49 changed by shypike

  • milestone changed from 0.4.5 to 0.5.0.

The problem does not occur in 0.4.5, only in the trunk.

09/25/08 19:56:02 changed by shypike

  • status changed from new to closed.
  • resolution set to fixed.

(In [1652]) Fix incorrect call to BadFetch? from newzbin.py Closes #137