You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CapacitorCommunitySpeechRecognition/Plugin.swift:83: Fatal error: Unexpectedly found nil while unwrapping an Optional value
ERROR MESSAGE: {"errorMessage":"No speech detected","message":"No speech detected"}
2024-03-06 13:44:54.636679-0500 App[26385:6805050] CapacitorCommunitySpeechRecognition/Plugin.swift:83: Fatal error: Unexpectedly found nil while unwrapping an Optional value
To Reproduce
After voicerecognition.start app is getting crash
Expected behavior
App should not crash
Screenshots
Smartphone (please complete the following information):
Device: iphone 13 pro max
OS: iOS 16.1.1
The text was updated successfully, but these errors were encountered:
The first time I ran this plugin I also had a hard crash on iOS (unfortunately I wasn't able to get a trace because I was running it with npx cap run). But I could not reproduce this issue on further app launches, even though I fully uninstalled the app. Would be great to avoid crashes if possible as you can't guard yourself from them in JS.
Describe the bug
CapacitorCommunitySpeechRecognition/Plugin.swift:83: Fatal error: Unexpectedly found nil while unwrapping an Optional value
ERROR MESSAGE: {"errorMessage":"No speech detected","message":"No speech detected"}
2024-03-06 13:44:54.636679-0500 App[26385:6805050] CapacitorCommunitySpeechRecognition/Plugin.swift:83: Fatal error: Unexpectedly found nil while unwrapping an Optional value
To Reproduce
After voicerecognition.start app is getting crash
Expected behavior
App should not crash
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: