-
Notifications
You must be signed in to change notification settings - Fork 30
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
Library throws error with malformed webvtt file #40
Comments
Not good! I'm unable to reproduce with the given snippet, can you send me a bigger sample, @mayeaux ? I also recommend wrapping calls in |
|
Theoretically if you copy that into a .vtt file, and read it using:
And then parse it, it will reproduce that error. Node v 8.17.0 for me |
@mayeaux fixed in release 1.9.3 |
Yay thanks a lot for the speedy response! |
I had a section in this file as such:
And this returned an error with:
I couldn't track down where in the webvtt it was either that was difficult.
Desired effect is that even given this malformed webvtt that it either parses it or gives back an error in the expected format
The text was updated successfully, but these errors were encountered: