3.2.0RC2 constantly crashes after postprocessor (docker hotio)

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.
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

3.2.0RC2 constantly crashes after postprocessor (docker hotio)

Post by fringe09 »

3.2.0RC2 running in Docker on Synology. I noticed today that after each download, the application crashed, and then re-started.

1. Shutdown SABnzbd
2. Deleted sabnzbd.log
3. Started SABnzbd
4. Changed logging to Debug
5. Sent something from Sonarr
6. Less than a minute after Completed, I lost connectivity
7. Application came back to the login screen

Found the following in the logs:

Code: Select all

2021-02-16 13:12:32,788::INFO::[__init__:998] Restarting because of crashed postprocessor
2021-02-16 13:12:32,788::INFO::[SABnzbd:1566] Performing triggered restart
I can provide the whole log file, not sure if there is anything sensitive. I can also reproduce it.
Last edited by fringe09 on February 17th, 2021, 8:15 pm, edited 1 time in total.
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

Re: 3.2.0RC2 Constantly Crashing

Post by fringe09 »

Restored 'Post processing' to default and it still crashes.
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 Constantly Crashing

Post by sander »

In SABnzbd, can you set Logging to +Debug, and when it happens again, post 40 lines from sabnzbd.log up to the crash?
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

Re: 3.2.0RC2 Constantly Crashing

Post by fringe09 »

Here are the 40 lines right before the line I provided originally

Code: Select all

2021-02-16 19:14:35,942::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632354'}
2021-02-16 19:14:36,785::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'apikey': '563e33f92b144feb97f0ea654c64ba19', 'ma_username': 'sabnzbd', 'output': 'json', 'mode': 'queue', 'limit': '5'}
2021-02-16 19:14:36,982::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632356'}
2021-02-16 19:14:36,988::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632355'}
2021-02-16 19:14:37,624::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'get_config', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693420'}
2021-02-16 19:14:37,631::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'fullstatus', 'skip_dashboard': '1', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693423'}
2021-02-16 19:14:37,634::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693421'}
2021-02-16 19:14:37,628::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693422'}
2021-02-16 19:14:37,678::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693424'}
2021-02-16 19:14:37,682::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693425'}
2021-02-16 19:14:38,760::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693426'}
2021-02-16 19:14:38,764::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693427'}
2021-02-16 19:14:43,038::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693431'}
2021-02-16 19:14:43,042::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693430'}
2021-02-16 19:14:44,085::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693432'}
2021-02-16 19:14:44,096::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531693433'}
2021-02-16 19:14:44,646::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'get_config', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700661'}
2021-02-16 19:14:44,659::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700662'}
2021-02-16 19:14:44,663::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700663'}
2021-02-16 19:14:44,738::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700664'}
2021-02-16 19:14:44,746::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700665'}
2021-02-16 19:14:44,859::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'fullstatus', 'skip_dashboard': '1', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700666'}
2021-02-16 19:14:45,798::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700667'}
2021-02-16 19:14:45,802::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531700668'}
2021-02-16 19:14:46,328::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'get_config', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702341'}
2021-02-16 19:14:46,332::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702343'}
2021-02-16 19:14:46,336::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702342'}
2021-02-16 19:14:46,418::DEBUG::[api:102] API-call from 172.18.0.1 [Sonarr/3.0.4.1129 (ubuntu 20.04)] {'mode': 'queue', 'start': '0', 'limit': '0', 'apikey': '563e33f92b144feb97f0ea654c64ba19', 'output': 'json'}
2021-02-16 19:14:46,434::DEBUG::[api:102] API-call from 172.18.0.1 [Sonarr/3.0.4.1129 (ubuntu 20.04)] {'mode': 'history', 'start': '0', 'limit': '60', 'category': 'tv', 'apikey': '563e33f92b144feb97f0ea654c64ba19', 'output': 'json'}
2021-02-16 19:14:46,522::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702344'}
2021-02-16 19:14:46,537::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702345'}
2021-02-16 19:14:46,544::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'fullstatus', 'skip_dashboard': '1', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702346'}
2021-02-16 19:14:47,567::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702347'}
2021-02-16 19:14:47,579::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531702348'}
2021-02-16 19:14:47,962::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531703961'}
2021-02-16 19:14:47,965::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'get_config', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531703960'}
2021-02-16 19:14:47,969::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531703962'}
2021-02-16 19:14:48,192::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'fullstatus', 'skip_dashboard': '1', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531703963'}
2021-02-16 19:14:48,224::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531703964'}
2021-02-16 19:14:48,231::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531703965'}
Not sure if this helpful. I think I need to provide you more entries from the logs.
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 Constantly Crashing

Post by sander »

Ah, no, that is not useful. I need the lines other than API-call.
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

Re: 3.2.0RC2 Constantly Crashing

Post by fringe09 »

These should now be more helpful

Code: Select all

2021-02-16 19:14:25,046::INFO::[newsunpack:840] Unpacked 1 files/folders in 4 seconds
2021-02-16 19:14:25,047::DEBUG::[newsunpack:546] rar_unpack(): Rars: ['/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part01.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part02.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part03.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part04.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part05.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part06.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part07.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part08.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part09.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part10.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part11.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part12.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part13.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part14.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part15.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part16.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part17.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part18.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part19.rar', '/media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part20.rar']
2021-02-16 19:14:25,047::DEBUG::[newsunpack:547] rar_unpack(): Newfiles: ['/media/download/complete/_UNPACK_The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.mkv']
2021-02-16 19:14:25,048::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part01.rar
2021-02-16 19:14:25,057::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part02.rar
2021-02-16 19:14:25,066::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part03.rar
2021-02-16 19:14:25,075::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part04.rar
2021-02-16 19:14:25,084::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part05.rar
2021-02-16 19:14:25,173::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part06.rar
2021-02-16 19:14:25,182::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part07.rar
2021-02-16 19:14:25,191::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part08.rar
2021-02-16 19:14:25,200::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part09.rar
2021-02-16 19:14:25,208::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part10.rar
2021-02-16 19:14:25,216::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part11.rar
2021-02-16 19:14:25,224::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part12.rar
2021-02-16 19:14:25,233::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part13.rar
2021-02-16 19:14:25,241::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part14.rar
2021-02-16 19:14:25,249::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part15.rar
2021-02-16 19:14:25,257::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part16.rar
2021-02-16 19:14:25,265::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part17.rar
2021-02-16 19:14:25,273::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part18.rar
2021-02-16 19:14:25,281::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part19.rar
2021-02-16 19:14:25,290::DEBUG::[filesystem:854] [sabnzbd.newsunpack.rar_unpack] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.part20.rar
2021-02-16 19:14:25,296::INFO::[newsunpack:265] Unrar finished on /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA
2021-02-16 19:14:25,296::DEBUG::[newsunpack:2033] build_filelists(): joinables: []
2021-02-16 19:14:25,297::DEBUG::[newsunpack:2034] build_filelists(): zips: []
2021-02-16 19:14:25,297::DEBUG::[newsunpack:2035] build_filelists(): rars: []
2021-02-16 19:14:25,297::DEBUG::[newsunpack:2036] build_filelists(): 7zips: []
2021-02-16 19:14:25,298::DEBUG::[newsunpack:2037] build_filelists(): ts: []
2021-02-16 19:14:25,350::DEBUG::[newsunpack:2033] build_filelists(): joinables: []
2021-02-16 19:14:25,351::DEBUG::[newsunpack:2034] build_filelists(): zips: []
2021-02-16 19:14:25,351::DEBUG::[newsunpack:2035] build_filelists(): rars: []
2021-02-16 19:14:25,352::DEBUG::[newsunpack:2036] build_filelists(): 7zips: []
2021-02-16 19:14:25,352::DEBUG::[newsunpack:2037] build_filelists(): ts: []
2021-02-16 19:14:25,352::INFO::[postproc:436] Unpacked files ['/media/download/complete/_UNPACK_The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.mkv']
2021-02-16 19:14:25,353::INFO::[postproc:441] Finished unpack_magic on The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA
2021-02-16 19:14:25,353::DEBUG::[filesystem:541] Applying permissions 0o775 (octal) to /media/download/complete/_UNPACK_The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA
2021-02-16 19:14:25,354::DEBUG::[filesystem:541] Applying permissions 0o664 (octal) to /media/download/complete/_UNPACK_The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/The.Crew.S01E06.Were.Gonna.Be.Okay.Were.Gonna.Be.Okay.1080p.NF.WEB-DL.DD5.1.Atmos.x264-iKA.mkv
2021-02-16 19:14:25,355::DEBUG::[filesystem:819] Renaming "/media/download/complete/_UNPACK_The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA" to "/media/download/complete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA"
2021-02-16 19:14:25,356::DEBUG::[filesystem:861] [sabnzbd.postproc.rename_and_collapse_folder] Removing dir /media/download/complete/_UNPACK_The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA
2021-02-16 19:14:25,357::INFO::[nzbstuff:1784] [sabnzbd.postproc.process_job] Purging data for job The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA (delete_all_data=True)
2021-02-16 19:14:25,357::DEBUG::[articlecache:149] Purging 6 articles from the cache/disk
2021-02-16 19:14:25,358::DEBUG::[filesystem:854] [sabnzbd.remove_data] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/__ADMIN__/SABnzbd_article_lc7tpmyh
2021-02-16 19:14:25,359::DEBUG::[filesystem:854] [sabnzbd.remove_data] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/__ADMIN__/SABnzbd_article_ew7jo1wk
2021-02-16 19:14:25,360::DEBUG::[filesystem:854] [sabnzbd.remove_data] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/__ADMIN__/SABnzbd_article_lvnti3g6
2021-02-16 19:14:25,360::DEBUG::[filesystem:854] [sabnzbd.remove_data] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/__ADMIN__/SABnzbd_article_y9mmw29w
2021-02-16 19:14:25,361::DEBUG::[filesystem:854] [sabnzbd.remove_data] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/__ADMIN__/SABnzbd_article_py7p60mh
2021-02-16 19:14:25,362::DEBUG::[filesystem:854] [sabnzbd.remove_data] Deleting file /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA/__ADMIN__/SABnzbd_article_dg0_g2rs
2021-02-16 19:14:25,363::DEBUG::[filesystem:887] Removing dir recursively /media/download/incomplete/The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA
2021-02-16 19:14:25,364::INFO::[notifier:122] Sending notification: Download Completed - The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA (type=complete, job_cat=tv)
2021-02-16 19:14:25,366::DEBUG::[sorting:271] Found TV Show (The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA)
2021-02-16 19:14:25,624::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632340'}
2021-02-16 19:14:25,627::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '23', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632341'}
2021-02-16 19:14:26,403::DEBUG::[api:102] API-call from 172.18.0.1 [Sonarr/3.0.4.1129 (ubuntu 20.04)] {'mode': 'queue', 'start': '0', 'limit': '0', 'apikey': '563e33f92b144feb97f0ea654c64ba19', 'output': 'json'}
2021-02-16 19:14:26,408::INFO::[database:293] Added job The.Crew.S01E06.1080p.NF.WEB-DL.DD5.1.Atmos.x264-IKA to history
2021-02-16 19:14:26,410::INFO::[postproc:134] Saving postproc queue
2021-02-16 19:14:26,413::DEBUG::[api:102] API-call from 172.18.0.1 [Sonarr/3.0.4.1129 (ubuntu 20.04)] {'mode': 'history', 'start': '0', 'limit': '60', 'category': 'tv', 'apikey': '563e33f92b144feb97f0ea654c64ba19', 'output': 'json'}
2021-02-16 19:14:26,413::DEBUG::[__init__:957] [sabnzbd.postproc.save] Saving data for postproc2.sab
2021-02-16 19:14:26,414::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for postproc2.sab in /config/admin
2021-02-16 19:14:26,415::INFO::[downloader:326] Post-processing finished, resuming download
2021-02-16 19:14:26,509::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632342'}
2021-02-16 19:14:26,513::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632343'}
2021-02-16 19:14:26,534::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632344'}
2021-02-16 19:14:26,536::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '0', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632345'}
2021-02-16 19:14:27,575::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632346'}
2021-02-16 19:14:27,578::DEBUG::[api:102] API-call from 172.18.0.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '10', 'last_history_update': '29', 'output': 'json', 'apikey': '563e33f92b144feb97f0ea654c64ba19', '_': '1613531632347'}
2021-02-16 19:14:30,419::DEBUG::[articlecache:137] Saving 0 cached articles to disk
2021-02-16 19:14:30,419::INFO::[nzbqueue:233] Saving queue
2021-02-16 19:14:30,420::DEBUG::[__init__:957] [sabnzbd.nzbqueue.save] Saving data for queue10.sab
2021-02-16 19:14:30,420::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for queue10.sab in /config/admin
2021-02-16 19:14:30,421::DEBUG::[__init__:957] [sabnzbd.bpsmeter.save] Saving data for totals10.sab
2021-02-16 19:14:30,422::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for totals10.sab in /config/admin
2021-02-16 19:14:30,423::DEBUG::[__init__:957] [sabnzbd.rating.save] Saving data for Rating.sab
2021-02-16 19:14:30,423::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for Rating.sab in /config/admin
2021-02-16 19:14:30,424::DEBUG::[__init__:957] [sabnzbd.dirscanner.save] Saving data for watched_data2.sab
2021-02-16 19:14:30,425::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for watched_data2.sab in /config/admin
2021-02-16 19:14:30,426::INFO::[postproc:134] Saving postproc queue
2021-02-16 19:14:30,426::DEBUG::[__init__:957] [sabnzbd.postproc.save] Saving data for postproc2.sab
2021-02-16 19:14:30,427::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for postproc2.sab in /config/admin
2021-02-16 19:14:30,427::DEBUG::[__init__:957] [sabnzbd.rss.save] Saving data for rss_data.sab
2021-02-16 19:14:30,428::DEBUG::[__init__:889] [sabnzbd.save_admin] Saving data for rss_data.sab in /config/admin
2021-02-16 19:14:30,429::INFO::[notifier:122] Sending notification: SABnzbd - Queue finished (type=queue_done, job_cat=None)
2021-02-16 19:14:30,429::DEBUG::[postproc:1042] Triggering garbage collection and release of memory
Puzzled
Full Member
Full Member
Posts: 160
Joined: September 2nd, 2017, 3:02 am

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by Puzzled »

So it's probably the garbage collection, most likely the malloc_trim part because gc.collect() is more common. Maybe add a debug line before malloc_trim and when both are done, and make it optional?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by sander »

Puzzled wrote: February 18th, 2021, 6:47 am So it's probably the garbage collection, most likely the malloc_trim part because gc.collect() is more common. Maybe add a debug line before malloc_trim and when both are done, and make it optional?
That indeed matches the OP's statement "I noticed today that after each download", because the trim / collect happen after a download ... at least: if the queue is empty.

But why? On my Ubuntu no crash at all. Is it because of the docker environment? Or Synolog so low-mem?

This is the code that's triggered https://github.com/sabnzbd/sabnzbd/blob ... #L997-L998
so

Code: Select all

    if not sabnzbd.PostProcessor.is_alive():
        logging.info("Restarting because of crashed postprocessor")
So ... triggering trim / collect makes sabnzbd.PostProcessor.is_alive() False?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by sander »

@fringe09 ... which Synology do you have? How much RAM? Which CPU?

And which docker image do you use?
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by fringe09 »

I’ve been running SAB on my Synology for a few years now. 3.2.0RC1 is when I noticed that after each download, I was presented with the login screen a few minutes later.
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by fringe09 »

sander wrote: February 18th, 2021, 7:20 am @fringe09 ... which Synology do you have? How much RAM?
DS718+ with 6GB of RAM.
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by sander »

fringe09 wrote: February 18th, 2021, 7:25 am
sander wrote: February 18th, 2021, 7:20 am @fringe09 ... which Synology do you have? How much RAM?
DS718+ with 6GB of RAM.
So memory can't be problem. And neither the CPU: plain x86 Intel Celeron J3455
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by sander »

Which Docker image do you use?
fringe09
Newbie
Newbie
Posts: 10
Joined: August 20th, 2020, 7:40 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by fringe09 »

Hotio’s
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: 3.2.0RC2 constantly crashes after postprocessor

Post by sander »

OK, I started it with this:

Code: Select all

docker run --rm --name hotio-sabnzbd  -p 14444:8080  -e PUID=1000  -e PGID=1000  -e UMASK=002  -e TZ="Etc/UTC"  -v /home/sander/hotio-config-sabnzbd:/config hotio/sabnzbd:testing
I did a test download, and ... boom!


Code: Select all

2021-02-18 13:23:59,783::INFO::[nzbqueue:233] Saving queue
2021-02-18 13:23:59,786::INFO::[postproc:134] Saving postproc queue
2021-02-18 13:23:59,788::INFO::[notifier:122] Sending notification: SABnzbd - Queue finished (type=queue_done, job_cat=None)
Exception in thread Thread-6:
Traceback (most recent call last):
  File "/app/sabnzbd/postproc.py", line 259, in run
    nzo = self.fast_queue.get(timeout=2)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/app/sabnzbd/postproc.py", line 264, in run
    nzo = self.slow_queue.get(timeout=2)
  File "/usr/lib/python3.8/queue.py", line 178, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/app/sabnzbd/postproc.py", line 271, in run
    handle_empty_queue()
  File "/app/sabnzbd/postproc.py", line 1045, in handle_empty_queue
    sabnzbd.LIBC.malloc_trim(0)
  File "/usr/lib/python3.8/ctypes/__init__.py", line 386, in __getattr__
    func = self.__getitem__(name)
  File "/usr/lib/python3.8/ctypes/__init__.py", line 391, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: Symbol not found: malloc_trim
2021-02-18 13:24:18,179::INFO::[__init__:998] Restarting because of crashed postprocessor


Two Tracebacks!

"AttributeError: Symbol not found: malloc_trim" ... how can that be? Not available in python, or not at OS level? It's unclear to me which underlying OS / libc hotio uses.

Code: Select all

sander@brixit:~$ docker ps
CONTAINER ID        IMAGE                    COMMAND             CREATED             STATUS              PORTS                                            NAMES
b2402ce32a82        hotio/sabnzbd:testing    "/init"             6 minutes ago       Up 6 minutes        0.0.0.0:14444->8080/tcp                          hotio-sabnzbd
ef3ca01fa577        portainer/portainer-ce   "/portainer"        5 months ago        Up 9 minutes        0.0.0.0:8000->8000/tcp, 0.0.0.0:9000->9000/tcp   portainer

sander@brixit:~$ docker exec -it b2402ce32a82 /bin/bash

bash-5.1# uname -a
Linux b2402ce32a82 5.4.0-59-generic #65-Ubuntu SMP Thu Dec 10 12:01:51 UTC 2020 x86_64 Linux

bash-5.1# python3
Python 3.8.7 (default, Dec 26 2020, 08:45:55)
[GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
>>> libc = ctypes.CDLL("libc.so.6")
>>> libc.malloc_trim(0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/ctypes/__init__.py", line 386, in __getattr__
    func = self.__getitem__(name)
  File "/usr/lib/python3.8/ctypes/__init__.py", line 391, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: Symbol not found: malloc_trim
>>>
Weird.
Post Reply