-
Notifications
You must be signed in to change notification settings - Fork 224
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
Can't get STT to work #135
Comments
Hello, |
Hello, Operation failed can be occured by one of client app, service app or recognition engine, so I need log to check which app makes error. |
Exactly same issue i'll check my logs tomorrow... Please can you tell me if you find some solution. |
I will check once I can get to the device. I’ve been in the process of moving but am now on COVID-19 lockdown. |
In my case i need ssdp to find a device (it works with a program console with https://github.com/Yortw/RSSDP). 04-11 12:17:18.465 | Error | 4595 | 4595 | CAPI_NETWORK_SSDP | ssdp.c: ssdp_initialize(433) > http://tizen.org/feature/network.service_discovery.ssdp feature is disabled 04-11 12:17:18.549 | Error | 4595 | 4595 | Tizen.Network.Nsd | Globals.cs: SsdpInitialize(41) > Failed to initialize Ssdp, Error - NotSupported API version : 4 so i don't understand why i get this message. My device : |
Hello @devop06, |
I'm on Visual Studio 2019 Community for Windows with a Samsung Gear Sport updated to Tizen 4.0.0.4.
In the sample https://github.com/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/SpeechToText
Once compiled and deployed to the device for debugging, in VS I get:
**Frame not in module
The current stack frame was not found in a loaded module. Source cannot be shown for this location.**
App just crashes and slows down the watch until I reboot. If I copy all of the files to a new VS project, it will compile and deploy, but once I tell it to record and it stops recording after silence detection, I get a "Service Error - Operation Failed" message on the device and no speech to text recognition.
The text was updated successfully, but these errors were encountered: