Kinect / tutorial

Tutorial on the v2 Kinect platform. Walk thru the whole thing at http://kinect.github.io/tutorial
MIT License
173 stars 62 forks source link

Speech Recognition tutorial exception #18

Open mderevja opened 8 years ago

mderevja commented 8 years ago

Exception:

An exception of type 'System.Exception' occurred in Bing.Speech.winmd but was not handled in user code Additional information: Exception from HRESULT: 0x803F6107

On this line.

Configuration: Windows 10 and Visual Studio 2015

derrikasher commented 8 years ago

I am having the same problem.

The debugger seems to indicate that this 'System Exception' is caused by an issue with the credentials in the the following line of code:

speechRec = new SpeechRecognizer("en-US", credentials);

I have double checked the Client Id and Client Secret credentials (copy and pasted directly from the Azure Developers Registered Applications page (https://datamarket.azure.com/developer/applications). I deleted and recreated the application just to make sure.

I am new to Visual Studio and C#, so debugging is not really straight forward to me.

Thank you.

Technocrux commented 8 years ago

Same issue, anybody found a solution.