Page 1 of 1

2.2.0 Alpha 3 Regression on certain types of posts

Posted: July 17th, 2017, 7:00 am
by Cpuroast
It's failing on posts that have files split into multiple chunks which get re-assembled by par2.

The file in the temp job folder is actually correctly re-assembled and checks out, but sab considers the job failed and never moves the completed file to the completed folder.

::ERROR::[postproc:498] Post Processing Failed forJobName
::INFO::[postproc:500] Traceback:
Traceback (most recent call last):
File "sabnzbd/postproc.pyc", line 333, in process_job
File "sabnzbd/postproc.pyc", line 608, in prepare_extraction_path
UnboundLocalError: local variable 'marker_file' referenced before assignment

Re: 2.2.0 Alpha 3 Regression on certain types of posts

Posted: July 17th, 2017, 7:11 am
by Cpuroast
The same job in 2.2.0 Alpha 2 results in no such error and behaves normally.

Re: 2.2.0 Alpha 3 Regression on certain types of posts

Posted: July 17th, 2017, 9:46 am
by safihre
Thanks for reporting, indeed a coding mistake! Will be fixed for the next Alpha.