Skip to content
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

ERROR 15894 | mycroft.client.speech.listener:transcribe:239 | list index out of range #3127

Open
justinsanjp opened this issue Sep 17, 2022 · 1 comment
Labels

Comments

@justinsanjp
Copy link

11:15:29.359 | ERROR | 15894 | mycroft.client.speech.listener:transcribe:239 | list index out of range
11:15:29.360 | ERROR | 15894 | mycroft.client.speech.listener:transcribe:240 | Speech Recognition could not understand audio

@krisgesling
Copy link
Contributor

Hi there, this means that the speech to text service could not extract anything from the audio that was sent.

It might be from a false activation - eg no one was actually speaking to the device, or if you get it a lot there might be an issue with your microphone.

If it might be a mic issue, I'd suggest checking out our Audio Troubleshooting Guide. You can also configure Mycroft to keep the audio recordings that it sends to the STT service which can help to debug things like this. Here's the setting to do that: https://github.com/MycroftAI/mycroft-core/blob/master/mycroft/configuration/mycroft.conf#L174

More broadly, I think we should make the error message more descriptive. list index out of range really sounds like a bug in the software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants