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

IndexError: list index out of range? #36

Open
conanchen opened this issue Mar 31, 2021 · 0 comments · May be fixed by #70
Open

IndexError: list index out of range? #36

conanchen opened this issue Mar 31, 2021 · 0 comments · May be fixed by #70

Comments

@conanchen
Copy link

% webvtt segment introduction-1.webvtt --output t1
Traceback (most recent call last):
File "/usr/local/bin/webvtt", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/webvtt/cli.py", line 27, in main
segment(
File "/usr/local/lib/python3.9/site-packages/webvtt/cli.py", line 47, in segment
WebVTTSegmenter().segment(f, output, target_duration, mpegts)
File "/usr/local/lib/python3.9/site-packages/webvtt/segmenter.py", line 93, in segment
self._slice_segments(captions)
File "/usr/local/lib/python3.9/site-packages/webvtt/segmenter.py", line 45, in _slice_segments
self.segments[i].append(c)
IndexError: list index out of range

@t-hiroishi t-hiroishi linked a pull request Aug 22, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant