Page 1 of 1

Ambiguous JSON retry value in history queue

Posted: June 8th, 2024, 7:02 am
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.

Re: Ambiguous JSON retry value in history queue

Posted: June 9th, 2024, 2:03 pm
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.

Re: Ambiguous JSON retry value in history queue

Posted: June 17th, 2024, 6:54 am
by mesa57
Thanks !