[Speech to Text] STT not working on HoloLens .NET
See original GitHub issueTested 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:
- Created 5 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Update: tested again on 2017.4 with IL2CPP and it worked this time. So this seems to be a .NET specific issue.
Looks like Unity version specific issue. @ebrainlg Please feel free to re-open if you are still seeing the issue.