History not showing, have unchecked settings in Sonarr

Get help with all aspects of 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
drrevenge
Newbie
Newbie
Posts: 3
Joined: December 2nd, 2022, 11:45 pm

History not showing, have unchecked settings in Sonarr

Post by drrevenge »

Hi Everyone,

Just moved over to SABnzdb after finding out that NZBGet is stopping development.

Have setup SAB ok and everything is downloading and post processing fine, but for some reason the history is not coming up.

I run both sonarr and sab through docker containers via unraid. I have gone through and unchecked the remove completed and remove failed options from within sonarr. I have restarted both containers, but the issue still remains.

Interestingly, if I check the history1.db file, the files do show in there. I have tried checking the debug of the log file, but I don't see the deletes mentioned.

Anyone have any other suggestions?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: History not showing, have unchecked settings in Sonarr

Post by sander »

Check /config/switches/#history_retention_select ... so config -> switches -> history_retention_select . Default & good is "Keep all jobs"

(looks like viewtopic.php?p=128529#p128529 but I think you read that already?)
drrevenge
Newbie
Newbie
Posts: 3
Joined: December 2nd, 2022, 11:45 pm

Re: History not showing, have unchecked settings in Sonarr

Post by drrevenge »

Hi Sander,

I checked that, and I have 'Keep all jobs' selected.

Yes, I thought mine was like that because it's pretty much an exact match for what I have, but as I mentioned, I have unchecked the boxes in sonarr and my history is still being cleared.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: History not showing, have unchecked settings in Sonarr

Post by safihre »

Enable Debug logging in the Status window and then after it happens again click Show Logging in the Status window.
Then it will show who's deleting the history after a job finishes. Maybe you see an api calll with "delete".
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
drrevenge
Newbie
Newbie
Posts: 3
Joined: December 2nd, 2022, 11:45 pm

Re: History not showing, have unchecked settings in Sonarr

Post by drrevenge »

I checked the debug log, and I can't see any delete from the API that would be clearing this.

The only 'delete' I see is in relation to the post process of the completed downloads.

I can't past the whole log using the

Code: Select all

 
as the forum thinks I am posting links. I even had to edit the below line to get it to post here...

However, this is the only 'delete' I see:

Code: Select all

 nzbstuff 1832  Purging data for job *my file* (delete_all_data=True)

The nzbstuff:1832 process is possibly the one in question, but this appears to be a sabnzdb process, not a *arr process.
Post Reply