at2me

Results 7 comments of at2me

I'm using the official docker image, so there might be a bug there then it's worth fixing. @nshmyrev Could you please tell me where it can be downloaded and if...

``` # cat Dockerfile FROM alphacep/kaldi-vosk-server:latest ENV RUVERSION 0.42 RUN mkdir /opt/vosk-model-ru \ && cd /opt/vosk-model-ru \ && wget -q http://alphacephei.com/kaldi/models/vosk-model-ru-${RUVERSION}.zip \ && unzip vosk-model-ru-${RUVERSION}.zip \ && mv vosk-model-ru-${RUVERSION} model...

I compiled the lib on a separate server, git clone --branch vosk-fix --single-branch https://github.com/alphacep/libks cmake . make copied the libks.so.1 library to Freeswitch mv /usr/lib/libks.so.1 /usr/lib/libks.so.1.bak cp ~user01/libks.so.1 /usr/lib/libks.so.1 ls...

Unfortunately, after replacing the library and restarting Freeswitch, the situation did not change at all: INFO:root:Connection from ('10.1.2.2', 42846) ERROR:websockets.server:Error in connection handler Traceback (most recent call last): File "/usr/lib/python3/dist-packages/websockets/protocol.py",...

I'll check. In the evening I will upload this library to the rest of FS and look at the results. Can anything be done about the remaining errors? As I...

I replaced the lib (libks.so.1), unfortunately there is an error in the log: INFO:root:Connection from ('10.2.1.2', 39046) ERROR:websockets.server:Error in connection handler Traceback (most recent call last): File "/usr/lib/python3/dist-packages/websockets/protocol.py", line 827,...