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

Can't get STT to work #135

Open
JohnnyErnest opened this issue Mar 3, 2020 · 6 comments
Open

Can't get STT to work #135

JohnnyErnest opened this issue Mar 3, 2020 · 6 comments

Comments

@JohnnyErnest
Copy link

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.

@sgchoi5
Copy link
Contributor

sgchoi5 commented Apr 6, 2020

Hello,
Regarding first error, I think now it may be fixed by updating project settings.
For your second, I will contact someone who is charge of Stt.

@stom-hwang
Copy link

Hello,
Can you share the full log file when the error is occured?
You can get the full log by Tizen Log viewer.

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.

@devop06
Copy link

devop06 commented Apr 10, 2020

Exactly same issue i'll check my logs tomorrow... Please can you tell me if you find some solution.

@JohnnyErnest
Copy link
Author

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.

@devop06
Copy link

devop06 commented Apr 11, 2020

In my case i need ssdp to find a device (it works with a program console with https://github.com/Yortw/RSSDP).
I checked my logs this morning i got this error message :

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
i apply these features in my manifest : network.service_discovery.ssdp
privilege/internet

so i don't understand why i get this message.

My device :
galaxy watch SM R800

@stom-hwang
Copy link

stom-hwang commented Apr 13, 2020

In my case i need ssdp to find a device (it works with a program console with https://github.com/Yortw/RSSDP).
I checked my logs this morning i got this error message :

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
i apply these features in my manifest : network.service_discovery.ssdp
privilege/internet

so i don't understand why i get this message.

My device :
galaxy watch SM R800

Hello @devop06,
I'm not in charge of ssdp API, but your error seems to be related with feature supporting.
This issue is not about feature supporting, but about some operation errors.
So, I think your issue is different from this issue. You can make new issue about yours.

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

No branches or pull requests

4 participants