You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously this is a problem srt. This crate gives:
thread 'main' panicked at 'parser error: Error { inner: Error { inner: ParseIntError { kind: InvalidDigit }
expected SubRip index line, found 'erenotgonna supportthat'
Which isn't horrible but seems like it could have a more graceful crash, or better yet handle the extra return. My guess is it got this way from someone editing a subtitle and removing [Ruby] (Persons name) w/o removing the return.
The text was updated successfully, but these errors were encountered:
I have a subtitle with this:
Obviously this is a problem srt. This crate gives:
Which isn't horrible but seems like it could have a more graceful crash, or better yet handle the extra return. My guess is it got this way from someone editing a subtitle and removing
[Ruby]
(Persons name) w/o removing the return.The text was updated successfully, but these errors were encountered: