Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issue 1077 Still lives #1576

Open
3 tasks done
GlowTube opened this issue Nov 3, 2023 · 0 comments
Open
3 tasks done

[BUG] Issue 1077 Still lives #1576

GlowTube opened this issue Nov 3, 2023 · 0 comments

Comments

@GlowTube
Copy link

GlowTube commented Nov 3, 2023

In raising this issue, I confirm the following:

  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have used the latest available version of CCExtractor to verify this issue exists.

Necessary information

  • Is this a regression (i.e. did it work before)? {YES/NO} not a regression
  • What platform did you use? {Window/Linux/Mac} Linux
  • What were the used arguments? {replace with the arguments}
    /usr/bin/ccextractor -quiet "$file1" -o "$file2" > /dev/null 2>&1

Additional information

I do a lot of ccextracting of .ts files via a pipeline of bash scripts. 99% of the time this works perfectly, but 1% of the time ccextractor produces a zero length .srt file as described in issue 1077 (which is marked as closed). My script detects this condition and does 'n' retries spaced at 1-minute intervals, but the zero-length output file is reproduced each time. The REALLY WEIRD thing is that, if I grab just the ccextractor line from the script and run it interactively as the same user and with the same cwd, on the same .ts file, it works the first time, every time, and produces ~100K of subtitles. Same file, same command, different output.

For the script case, I also did obvious stuff such as making sure ccextractor was running at good priority, and that disk space wasn't an issue. And ccextractor does work correctly in my scripts, >almost< all the time. It's not a showstopper for me as the system notifies me whenever a zero-length file is created, and it's easy for me to re-run and overwrite.

Ubuntu 22.04.3 LTS, ccextractor 0.93+ds2-2 from the normal apt distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant