jcsilva / docker-kaldi-gstreamer-server

Dockerfile for kaldi-gstreamer-server.
BSD 2-Clause "Simplified" License
289 stars 139 forks source link

No responses returned on websocket #83

Open arkadyark opened 3 years ago

arkadyark commented 3 years ago

Hello! I have gone through both of the practical examples - in the README and in the practical example directory. When I run the client, it is able to connect to the websocket, but it terminates before getting any output. With a bit of debugging, I see that the websocket connection gets closed after a few chunks get sent, with the status code "1006: Going away". No transcription responses are returned.

Can somebody help me with this?