OpenNewsLabs / autoEdit_2

Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
https://opennewslabs.github.io/autoEdit_2/
MIT License
418 stars 56 forks source link

.srt captions process endlessly (Windows 10) #95

Closed sam1am closed 4 years ago

sam1am commented 4 years ago

Submitting a video file along with an .srt file shows processing endlessly on the Transcriptions page and never completes.

image

I'm running WIndows 10 v1909. Autoedit 1.0.22

pietrop commented 4 years ago

Thanks @sam1am if you click option () + command () + i keys and then view the console tab, what kind of error message do you see if any (could you share a screenshot here)?

note, you would only see errors if you haven't re-started or closed the application since the error occurred. When you close and re-open the console re-sets itself, so in that case you might need to reproduce the error again, eg upload another file with captions to re-create the issue. if that make sense.

sam1am commented 4 years ago

It looks like maybe your user directory is hard coded somewhere...

It's trying to call the file 'C:\Users\pietropassarelli\Dropbox\CODE\Vox\TBVE\autoEdit_2\lib\interactive_transcription_generator\transcriber\captions\examples\srtLineJson.json'

image image

pietrop commented 4 years ago

Thanks for flagging this @sam1am looks like I left that in there from the last troubleshooting, my bad. I just made a new release that should have the fix 1.0.23

Let me know if you have a chance to try it out

sam1am commented 4 years ago

This is confirmed fixed.

However, the old files added before 1.0.23 remain on the Transcriptions page endlessly processing and they cannot be removed.

pietrop commented 4 years ago

Did you try the Btn “delete pending transcripts”?

That should do the trick (it’s a workaround introduced by @bfasenfest )