SouthParkDownloader icon indicating copy to clipboard operation
SouthParkDownloader copied to clipboard

External program aborted with an exit code of "135" which seems to be an error.

Open jcgruenhage opened this issue 7 years ago • 7 comments

I get this for everything (or at least so it seems) from S03E02 onwards.

jcgruenhage avatar Jul 10 '17 20:07 jcgruenhage

I cannot reproduce the issue. Which versions of FFmpeg and mkvmerge are you using? Also try changing

$config->setPrintCommandCalls(false);
$config->setQuietCommands(true);

to

$config->setPrintCommandCalls(true);
$config->setQuietCommands(false);

in download.php.

craue avatar Jul 17 '17 19:07 craue

Okay... just tried it, and it worked this time. "Unfortunately", I had just reinstalled my system, so there might not be a way for me to reproduce the bug..

jcgruenhage avatar Jul 18 '17 17:07 jcgruenhage

Oh, okay, that makes sense... while trying to pull some more data, my /tmp has filled up completely, so to fix this, you should clean up the downloaded files in /tmp, once the export was successfull.

jcgruenhage avatar Jul 18 '17 18:07 jcgruenhage

Set $config->setRemoveDownloadedFiles(true); for this. 😏

craue avatar Jul 19 '17 06:07 craue

Shouldn't this be true per default? I expect that others will run into this as well.

jcgruenhage avatar Jul 19 '17 06:07 jcgruenhage

The idea is to avoid re-downloading files in case of other issues.

craue avatar Jul 19 '17 06:07 craue

But doesn't that option only cause deletion of files after a successful export?

jcgruenhage avatar Jul 19 '17 08:07 jcgruenhage