-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to resart ESP Box after few commands are recognized successfully #262
Comments
Are you using AMR-WB from the advanced settings? |
Yes, I was using AMR-WB from the advanced setting. I changed it back to PCM. |
I tried https://wisng.tovera.io/api/willow?model=large&beam_size=5 |
Have you tried running a continuous ping to the inference url to see if any drops are happening that could cause the socket to reset? Could leave it up and see if you are getting drops when the command fails. You can also run a continuous ping to the willow device to see if it is being dropped from WiFi for some reason; some APs will drop devices if they are below a minimum rssi. Hope this helps! 🙂 |
Also which version are you running? |
This host is the exact some server (at a different hostname) with a different configuration for the speech recognition. The error you are getting comes from the Willow Inference Server when it fails to load the audio from your Willow device - before speech recognition configuration like model, beam_size, etc. None of these things should have any effect. I asked about AMR-WB because it's a different audio codec with additional steps in Willow and WIS to load the audio. It's under "Advanced Settings" because it should only be used in very special circumstances. We are working on updating the web interface to better explain the various settings. As @nikito said your issues are almost certainly network related. We use a tried and true Wifi implementation from Espressif and HTTP/HTTPS (TCP) to transport the audio so it should arrive reliably to WIS even under challenging conditions. There is likely something specific to your environment that's especially challenging and causing the audio transfer to get corrupted, truncated, etc. |
@stintel I am using latest code.
@nikito I ran continuous ping to inference URL and to my ESP32 box. There was no drop in packets. This problem still persist. Also I observed that after device is idle for few hours it dosen't work. It may do nothing or crash and restart itself. I am sharing screenshot where you can see timestamp. It starts working again if I restart the ESP32 Box. |
Are you running the latest release of willow and WAS? I feel like this was reported a while back and solved. If so, it may be that something is wrong with this box, maybe it needs a full reflash? I've been running 3 boxes 24/7 and have not had any of them lock up or display an error like that running the latest rc1 build. 😊 |
All my boxes were on rc1. Now I have updated my 3 boxes to rc2 and WAS. Let me see if I get same errors. |
@pk802 - Have you tried again with our latest release? |
I am getting this error after few successful commands.
The text was updated successfully, but these errors were encountered: