-
Notifications
You must be signed in to change notification settings - Fork 242
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_no_match' does not get fired after the update from 0.7.1 to 1.1.0 #51
Comments
I have reverted to version 0.8.0. Now it works. |
Can you give me the steps to reproduce this? The key difference in error handling in recent versions is that it now only notifies of an error while in listening mode |
The problem is that the listening mode (isListening) is false because the _onNotifyStatus method is called before _onNotifyError method: I/flutter (24989): SpeechToText call: notifyStatus notListening _onNotifyError:
|
Sorry for the long response. Steps to reproduce.
|
The callback onError does not get triggered when the error type is ''error_no_match"
But there are logs from the library witch says that the error has been notified.
The text was updated successfully, but these errors were encountered: