Skip to content
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

KaldiFatalError #4901

Open
Redalaz opened this issue Jan 16, 2024 · 1 comment
Open

KaldiFatalError #4901

Redalaz opened this issue Jan 16, 2024 · 1 comment
Labels

Comments

@Redalaz
Copy link

Redalaz commented Jan 16, 2024

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

@Redalaz Redalaz added the bug label Jan 16, 2024
@danijel3
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants