-
Notifications
You must be signed in to change notification settings - Fork 23
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
Editing VTT breaks INDEXTRANSCRIPT #151
Comments
@DonRichards Thanks for reporting. Next step is for me to reproduce. Thanks for your patience while I try to work this task into my work schedule. |
@MarcusBarnes Are you able to reproduce the error? |
Ping @MarcusBarnes |
@DonRichards I've been away. I'll look into this this week. Would you please clarify how the VTT was edited? |
Here's an example of a transcript that is failing. It works upon ingest but it fails when the editor is used. |
One discripency you might have noticed between the screenshot and the vtt file is the closing |
I tried regenerating the INDEXTRANSCRIPT file but it creates a blank (47 B) file. |
@DonRichards Would you please confirm that WEBVTT was used for the transcript datastream when creating the initial oral history object? That is, you did not use transcript XML for the transcript datastream and then have WebVTT generated from the transcript XML? |
@DonRichards I was able to reproduce the behaviour you reported. I've labeled this as a bug. I'll note that the screenshot you shared in #151 (comment) is not the default that ships with the solution pack, but that the issue is not related to that customization. |
@DonRichards Thank you for confirming. |
@DonRichards For the example object above, please grab the text file below, remove the .txt extension (so that the file name and extension is After the TRANSCRIPT datastream has been replaced, click the regenerate operation for the INDEXTRANSCRIPT datastream. Please let me know if you get the 47 B file (as per #151 (comment)) for the INDEXTRANSCRIPT datastream or not. |
Doing those steps does fix the issue. |
Is this to identify if ant |
@DonRichards Correct. It seems that the |
@MarcusBarnes I wonder why the module is generating a |
@MarcusBarnes What was the steps you took to strip out those characters? I've ran a few tests (replacing |
@DonRichards I opened the sample VTT you provided in my text editor. My text editor (currently BBEdit) has the option of changing line ending characters from Windows (CRLF) to Unix (LF). If you're working on Windows, Notepad++ provides similar functionality. After changing the line ending settings, I saved. |
I got it. Thanks. For the sake of prosperity for others if they come across this issue before it gets resolved I think the fix is easy enough. Steps to work around this issue
|
The IDE solution works as well. Sorry, should have made that comment as well. Command line solutions avoid the IDE configuration craziness (like working with ATOM vs notepad++). I hope this helps. |
When first uploaded the transcripts were correct. After editing the file it creates empty INDEXTRANSCRIPT files. Regenerating INDEXTRANSCRIPT also results in an (47 B) empty file.
Here is the transcript. I've tried to remove any special characters but it still seems broken.
The text was updated successfully, but these errors were encountered: