Git Product home page Git Product logo

Comments (6)

alumae avatar alumae commented on July 19, 2024

What about the worker log? Please format it as code when you paste it here.

from kaldi-gstreamer-server.

rohithkodali avatar rohithkodali commented on July 19, 2024

There are 4 workers available for the server but none is able to decode. i have uploaded them in this link
http://expirebox.com/download/258a272edc742f86e821dc76e722766c.html

worker-0.log is the one that the server decoded a file at last.

from kaldi-gstreamer-server.

alumae avatar alumae commented on July 19, 2024

Thanks, I took a look. Yes, it seems that the connection between server and worker has just silently gone down and neither the server nor the worker is not aware of it.

One way to avoid this is to send "ping" messages every now and then between server and worker. I'll try to take a look at this today.

from kaldi-gstreamer-server.

alumae avatar alumae commented on July 19, 2024

Please try the following: replace line 47 in kaldigstserver/worker.py as follows:

Original:

    WebSocketClient.__init__(self, url=uri)

Change to:

    WebSocketClient.__init__(self, url=uri, heartbeat_freq=10)

And test if this fixes your problem (should also fix the problem on Azure)

from kaldi-gstreamer-server.

rohithkodali avatar rohithkodali commented on July 19, 2024

updated it will test that and let you know.

from kaldi-gstreamer-server.

rohithkodali avatar rohithkodali commented on July 19, 2024

hi alumae it worked for two days with out any issue, you can close this issue.

from kaldi-gstreamer-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.