Code: Select all
2019-06-10 21:47:17,240::INFO::[newsunpack:265] 7za starting on xxx
2019-06-10 21:47:17,240::INFO::[newsunpack:947] Starting extract on 7zip set/file: xxx.7z
2019-06-10 21:47:17,240::ERROR::[postproc:537] Post Processing Failed for xxx (see logfile)
2019-06-10 21:47:17,240::INFO::[postproc:538] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/postproc.py", line 382, in process_job
unpack_error, newfiles = unpack_magic(nzo, workdir, tmp_workdir_complete, flag_delete, one_folder, (), (), (), (), ())
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 266, in unpack_magic
error, newf = unseven(nzo, workdir, workdir_complete, dele, one_folder, new_sevens)
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 955, in unseven
res, new_files_set, msg = seven_extract(nzo, seven, extensions, extraction_path, one_folder, delete)
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 983, in seven_extract
fail, new_files, msg = seven_extract_core(sevenset, extensions, extraction_path, one_folder, delete, password)
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 1034, in seven_extract_core
stup, need_shell, command, creationflags = build_command(command)
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 2006, in build_command
if command[0].endswith('.py'):
AttributeError: 'NoneType' object has no attribute 'endswith'
What is "endswith"?