alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 342 forks source link

improve error message for unsuccessful loading of kaldinnet2onlinedecoder #169

Closed gilamsalem closed 5 years ago

gilamsalem commented 5 years ago

Today, when there is a problem with the kaldinnet2onlinedecoder plugin, user will see the following error: AttributeError: 'NoneType' object has no attribute 'set_property' Instead of that, we want to point the user to the root cause of the problem.

gilamsalem commented 5 years ago

@alumae can you please review the PR?

alumae commented 5 years ago

Thanks a lot!