Ambiguous JSON retry value in history queue

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
mesa57
Newbie
Newbie
Posts: 21
Joined: August 29th, 2014, 7:14 am

Ambiguous JSON retry value in history queue

Post by mesa57 »

Sabnzbd 4.3.2 api :

When an item moves to the history queue the value of 'retry' is shortly false but then, after a moment it changes to 0.
My deserializer cannot handle a boolean which is suddenly an integer.
User avatar
safihre
Administrator
Administrator
Posts: 5521
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Ambiguous JSON retry value in history queue

Post by safihre »

You are right. I fixed it.
You can download a fixed build here if you are on Windows/macOS:
https://github.com/sabnzbd/sabnzbd/acti ... 9438817858

On Linux you can always get the latest sources.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
mesa57
Newbie
Newbie
Posts: 21
Joined: August 29th, 2014, 7:14 am

Re: Ambiguous JSON retry value in history queue

Post by mesa57 »

Thanks !
Post Reply