WebSocket handshake/connection faild to cognitiveservices in webchat-es5.js
See original GitHub issuewebchat-es5.js:79 WebSocket connection to 'wss://westeurope.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?language=en&format=detailed&Authorization=eyJhb...gDo9A-M&X-ConnectionId=C7C387E721614770B0325717B41A6309' failed: Error during WebSocket handshake: Unexpected response code: 400
Open @ webchat-es5.js:79
In few chrome is working but in few chrome browser its failing not sure how to resolve this.
(Edited by @compulim for formatting and removing sensitive content)
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
WebChat - Direct Line Speech adapter error: WebSocket ...
I'm trying to voice enable the bot, however I keep getting Websocket connection error. I have the echo-bot running on the server side....
Read more >Getting started with SignalR using ASP.NET Core and Angular
This article shows how to setup a first SignalR Hub in ASP.NET Core 2.2 and use it with an Angular client. SignalR was...
Read more >Web App Sample - Websocket handshake failure - MSDN
You created your app using a Linux app service. It appears that web sockets isn't available for Linux. Re-create your app service using...
Read more >Books: WebSocket - Edward Betts
Once a successful handshake occurs between the server and the client, a two-way communication channel is established, and both the client and server...
Read more >RxJS in Action.pdf
Error handling with RxJS 182. PART 3 MASTERING RXJS 209. 8 □. Heating up observables 211. 9 □. Toward testable, reactive programs 245....
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 FreeTop 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
Top GitHub Comments
Sorry the result message didn’t contain enough information to diagnose the failure.
The language specified in all three requests isn’t a supported language code.
The language specified needs to be from the support list of languages you can find at https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support.
While the value is case insensitive, the speech service does require the 4 letter language code.
its es5.js, typo issue, i will check the network tab and share you the analysis details.