question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SPXERR_EXTENSION_LIBRARY_NOT_FOUND in UWP

See original GitHub issue

I have code using Microsoft.CognitiveServices.Speech services in a UWP app. While trying to do keyword spotting, I get the following error: Exception with an error code: 0x24 (SPXERR_EXTENSION_LIBRARY_NOT_FOUND)

On the following line of code:

await recognizer.StartKeywordRecognitionAsync(model).ConfigureAwait(false);

Using 1.5.1 version of the SDK.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
MahadevanSrinivasancommented, Jun 3, 2019

Keyword spotting for UWP is not available in the current release. We are working on it and it will be added really soon.

0reactions
tom1milmancommented, Aug 21, 2019

I contacted Microsoft about this, the devs told me that kws is not supported for UWP. I had to find a workaround, you can see it in this repository.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Weird unhandled exception's StackTrace behavior in UWP
In my UWP app's App.xaml.cs file I have the following code to get unhandled exceptions' StackTrace property value and print it to the...
Read more >
[UWP][C#] unahndled exception not working in UWP app
i am trying to catch unhandled exception in UWP app using below code but app just terminates with out hitting break point, is...
Read more >
Troubleshooting UWP App Connectivity Issues
This document guides you through steps to debug Universal Windows Platform (UWP) app network connectivity issues by providing practical examples ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found