Giorgio Robino
Giorgio Robino
Hi @sinaeftekhari I had the same problem, please read here the story: http://stackoverflow.com/questions/34040277/telegram-bot-api-errors-codes-integrating-groups-and-channels BTW, if you feel useful my question & my answer on stackoverflow, please vote them :) So,...
@manglasape I suspect the exception is ignored just because commenting the send_message ... you don't send_message :) or i'm wrong ? @sinaeftekhari this gem could implement some nice exception handling,...
@atipugin yes, but unfortunately the retry statement just keep the stall; the issue I experienced was systematic: when i started to get these 400/403 error codes, the bot became no...
@atipugin Hi Alexander I reported the scenario here: http://stackoverflow.com/questions/34040277/telegram-bot-api-errors-codes-integrating-groups-and-channels I used your APis in my project [BOTServer](https://github.com/solyaris/BOTServer/). Here the specific code: https://github.com/solyaris/BOTServer/blob/master/templates/app.rb.template (nothing special: is an update received through a...
Thanks @jesus-seijas-sp for detailed explanation. **More in general, THANKS for your HUGE work with this project!** I agree on the fact *NLP domains* and *DialogFlow contexts* are pretty different things:...
Hi before running `demo/test_simple.js`, did you run a `npm install` on the node base directory? The error could suggest the lack of the ffi-napi module. Also, download a model.
I don't see a real problem here to be honest. > Ok I tried the same test_simple.js file but in a separate directory where I installed vosk from npm and...
I asked myself the same question (using my node Vosk wrapper: https://github.com/solyarisoftware/voskJs). I believe that's a Vosk v0.3.30 change: ``` $ voskjs --audio=audio/2830-3980-0043.wav --model=models/vosk-model-small-en-us-0.15 --alternatives=3 model directory : models/vosk-model-small-en-us-0.15 speech...
I'm realizing there is a small related change ( a minor format bug maybe). if I do NOT do call `setAlternatives()` I got the old format: ``` { result: [...
Hi @nshmyrev > Alternatives 0 enables mbr mode which gives confidences per-word, its a different story. Ok, considering my previous example, I guess that in this line ``` { conf:...