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.

[Speech to Text] STT not working on HoloLens .NET

See original GitHub issue

Tested with Unity 2017.4.13f1 and 2018.2.6f1. In all setting combinations except 2018.2 IL2CPP, the STT web socket connection immediately fails with the following error:

[10/30/2018 14:29:43][WSConnector.SendMessagesAsync()][ERROR] Caught WebSocket exception: System.Exception: Internal server error (500). (Exception from HRESULT: 0x801901F4)
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at IBM.Watson.DeveloperCloud.Connection.WSConnector.<SendMessagesAsync>d__48.MoveNext()

Apps that were working before are also experiencing this error. This suggests something either changed on the STT service side or the HoloLens. I believe my HoloLens auto-updated since it was last working.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kimberlysivacommented, Oct 31, 2018

Update: tested again on 2017.4 with IL2CPP and it worked this time. So this seems to be a .NET specific issue.

0reactions
mamoonrajacommented, Sep 9, 2019

Looks like Unity version specific issue. @ebrainlg Please feel free to re-open if you are still seeing the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Speech recognition not working on Hololens with Unity
Hi all, I'm trying to get speech recognition working on the Hololens with my Unity project. Let me preface by saying that the...
Read more >
Dictation keeps failing on Hololens 2 - Microsoft Q&A
There have recently been issues with a legacy component of Windows Online Speech Recognition Services meaning transcription failed on ...
Read more >
Speech recognition doesn't work in Unity Hololens project
I'm trying to create my own Unity project with speech recognition in Hololens. I copy pasted the instructions from tutorial.
Read more >
Hololens app gets stuck during KeywordRecognizer ...
The work around is to directly activate the Windows SpeechRecognizer COM object on a background thread. While this doesn't fix the problem ...
Read more >
WeeklyUpdates/EmergingTechnology - MozillaWiki
Some mixed reality devices, such as Microsoft's Hololens 2 and the Oculus ... DeepSpeech provides a speech-to-text (STT) engine with a simple API...
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