kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
13.92k stars 5.29k forks source link

KaldiFatalError #4901

Open Redalaz opened 5 months ago

Redalaz commented 5 months ago

Hello, I have a problem please help me, when I run a transcription using Kaldi in a web application, the first transcription stops normally, but when I send the second audio file, Kaldi gives me an error that you can find attached.

If you know anything, I appreciate it.

image001

Best regards

danijel3 commented 1 month ago

Just a hunch, but seems that the server cannot open port 5000 to get the audio and then it all goes downhill from there. Debugging in Kaldi is usually done by solving errors top-down, as the latter ones are usually caused by the ones that happened before. In any case, server not having access to port 5000 is likely a computer administration issue and not a Kaldi issue.