kaixxx / noScribe

Cutting edge AI technology for automated audio transcription. A nice GUI for OpenAIs Whisper and pyannote (speaker identification)
GNU General Public License v3.0
435 stars 80 forks source link

"Error creating temporary audio file. Exceptions must derive from BaseException" #80

Closed runa313 closed 1 month ago

runa313 commented 1 month ago

After transcribing the first two sentences of a 30min-video the error message "Error creating temporary audio file. Exceptions must derive from BaseException" came up.

It did transcribe a couple of sentences very perfectly, and also claimed "Transcription finished".

But as I mentioned the issue is that it did not transcribe the whole video.

image_2024-08-22_213044936

I would like to rely on this software if possible, since it is the only popular open source program. Thanks

running on: old Thinkbook, Windows 10

kaixxx commented 1 month ago

This is a strange error and I have no idea where it is coming from. A wild guess would be that your machine might be running out of memory. Please try switching the quality to "fast". This will reduce the quality of the transcription, but uses much less memory. If we know that this is the issue, we can try some other things.

gernophil commented 1 month ago

Be aware that this is an error from noScribeEdit, not noScribe itself. Maybe the transcription process itself was incomplete and that's why it can't be opened in noScribeEdit?

kaixxx commented 1 month ago

Be aware that this is an error from noScribeEdit

Ah, yes, so please forget everything I wrote above.

It seems tthat we have two problems here:

Both errors point to an issue with the original video file which may be corrupted. @runa313: Can you play the full video (not only the first seconds) with a video player like VLC or Windows Media Player?

runa313 commented 1 month ago

Thank you @kaixxx and @gernophil. You guys are absolutely fantastic. Yes the video file was corrupted since my internet had been unstable during the download.

Thanks a ton for providing this software for free, maintaining it, and answering such questions.

Here a quote for you. “A society where no one must chase money, for money has no value, and all people are entitled to everything, and everyone works not for money but for the honor of contributing to mankind. People at that time will be motivated by honor and love of country and mankind, and not by greed and love of self and the world.”~ Aba Al-Sadiq, The Goal of the Wise.

kaixxx commented 1 month ago

Nice to hear that the issue was resolved. Thank's for the kind words!