Why tizen stt recognition is failed? - speech-to-text

I use STT in my native service for speech recognition. But I getting error STT_RESULT_EVENT_ERROR /**< Event when the recognition has failed */ in my recognition_result_cb()
Inside this method stt_foreach_detailed_result() returns STT_ERROR_OPERATION_FAILED error.
I user target device with Tizen 2.3.2.3 for test.
STT created, prepared and started. And after recording end processing I getting this.
Why I getting this error?

Related

Botium-cli connected with smapi , Unable to connect to the skill , error "UnhandledPromiseRejectionWarning

Installed botium-cli
Installed botium-connector-alexa-smapi
Updated configuration file according to my skill
Was able to run emulator, was able to connect to my skill I have also recorded one conversation
Now I'm getting error
"UnhandledPromiseRejectionWarning: Error:
Skill simulation for simulation id
6720c6ce-e0c2-40ca-850e-fd0caaed1e3e failed with message: This
utterance did not resolve to any intent in your skill. Please invoke
your skill and try again with a different utterance or update your
interaction model to include this utterance before testing again"
What should I do to resolve this, I tied several utterances, tried invoking the skill on amazon developer console window. Nothing worked

Using SetPolicy with Azure and Windows IoT

I'm calling this code from Windows IoT Core on RPi3 and getting this error. I'm trying to send a message to a blob in Azure. However, it only does it once and silently fails.
The Code:
s_deviceClient = DeviceClient.Create(s_iotHubUri, new
DeviceAuthenticationWithRegistrySymmetricKey(s_myDeviceId, s_deviceKey),
TransportType.Mqtt);
await s_deviceClient.SendEventAsync(message);
The Error:
microsoft azure devices client "I/O Error Occurred".
I was told that a using SetPolicy/ExponentialBackoff might work but I haven't been successful in implementing it. I'm calling it from a static class if that means anything.
I found a solution with a dynamic class, but I'd have to change the architecture of my app to use it.
https://azureiot.wordpress.com/2018/05/03/azure-iot-hub-device-sdk-retry-policy/

Why am I getting this error in Speech to text code?

I use watson speech to text node.js sdk to develop a "speech to text" module using react. I'm stuck at this final step where I'm getting an error instead of output.
Apparently it says the "GET https://localhost:3002/api/speech-to-text/token net::ERR_CONNECTION_REFUSED
TypeError: Failed to fetch"
A number of reason could cause this, some are platform or browser specific, but to start with .
1) Is the website up and listening on that port ?
2) Is you firewall configured to allow traffic ?

Azure Machine Learning studio: Failed to parse parameter

I keep getting Error 002: Failed to parse parameter in the "Score Matchbox Recommender" box.
I'm using Azure's default "Recommender: Movie recommendation" sample project.
I've tried referring to an online video too, followed same steps but to no avail. Still getting error 002.
https://www.youtube.com/watch?v=3cNd_YRAsdk
Full error code below.
requestId = 8ce5b273ae124cd5a5d872e5a509fe45 errorComponent=Module. taskStatusCode=400. {"Exception":{"ErrorId":"ParameterParsing","ErrorCode":"0002","ExceptionType":"ModuleException","Message":"Error 0002: Failed to parse parameter"}}Error: Error 0002: Failed to parse parameter Process exited with error code -2
Does anyone have any idea what's wrong?

Conversion of Metadata Plist string Failed

In xCode, I'm building an iPhone app with Core Data, and with Objective C Exceptions checked for the Build, I'm receiving the following error in the Console:
Unresolved error Error Domain=NSCocoaErrorDomain Code=259 "The operation couldn’t be completed. (Cocoa error 259.)" UserInfo=0x611c2c0 {NSUnderlyingException=An error occurred converting the metadata plist: Conversion of string failed. The string is empty.}, {
NSUnderlyingException = "An error occurred converting the metadata plist: Conversion of string failed. The string is empty.";
}
This occurs when I try to run the app on the Simulator, and the app dies. When I try to run the app on my device (iPhone 3g), the program runs with the expected DB with full functionality, but when I close the app, the app will not reload on the device.
Any assistance will be appreciated. Thanks!!

Resources