You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am running it through docker and am able to successfully convert speech to text using http file upload
The problem is, when I try uploading a large audio file (188mb), I get Content-Length too long Error in the master.log file.
I have already increased and resolved the nginx limit, and express limit, The request goes through these and reaches tornado but tornado doesn't let it through due to its own limit.
The text was updated successfully, but these errors were encountered:
This REST service has been built for short audio samples, not for this size. For transcribing this audio file I suggest to use the streaming interface built into Kaldi.
Hi, I am running it through docker and am able to successfully convert speech to text using http file upload
The problem is, when I try uploading a large audio file (188mb), I get
Content-Length too long
Error in the master.log file.I have already increased and resolved the nginx limit, and express limit, The request goes through these and reaches tornado but tornado doesn't let it through due to its own limit.
The text was updated successfully, but these errors were encountered: