webvtt-py icon indicating copy to clipboard operation
webvtt-py copied to clipboard

MalformedCaptionError: Standalone cue identifier in line 975

Open AminodinAkbari opened this issue 3 years ago • 1 comments

hey @glut23 i used webvtt-py 0.4.6 and i get this error webvtt.errors.MalformedCaptionError: Standalone cue identifier in line 975.

it's that a bug in library right? what can i do for it ?

AminodinAkbari avatar Jan 05 '23 08:01 AminodinAkbari

It would help to see your input file around line 975 to say anything. Most probably it indicates your input is actually malformed. I ran into similar issues and this library is actually strict with the specs.

barbagus avatar Jan 05 '23 18:01 barbagus

Hey,

Big apologies for vanishing from this thread! I actually haven't had access to my GitHub account for a few months and totally missed out on responding here. @glut23 (& @barbagus), really sorry I missed your question—it slipped through the cracks during this time. I’ll catch up on it as soon as I’m back in.

Quick update: I managed to sort out the access issue. It was due to a heavy load on our server which didn’t have enough resources to handle it, nothing technically wrong with your library.

Thanks for your patience!

AminodinAkbari avatar May 18 '24 19:05 AminodinAkbari

Hey @AminodinAkbari just to let you know that I released 0.5.0 recently and I made the library less strict ignoring blocks that do not conform to specs instead of raising exceptions. Give a try if you can and let me know any feedback. Thanks!

glut23 avatar May 18 '24 21:05 glut23