-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directline Speech Sample unsuccessful Directline WebSocket connection #3307
Comments
I copied your code snippets into our
|
@steps371 please respond to William's questions. We would like to close this in a few days. |
Apologies for the delay in response I experienced this issue on Mac Catalina in Both Chrome and Safari browsers. I believe a colleague was able to get the sample working on Windows. Will investigate further tomorrow |
Still running into the same error. OS: Browsers: |
Does anyone have any suggestions on what the possible issue might be? Still stuck on this |
@steps371 do you think this is dupe of microsoft/cognitive-services-speech-sdk-js#221? |
@compulim, definitely. |
This is a duplicate and is being tracked here: microsoft/cognitive-services-speech-sdk-js#221 |
Screenshots
Version
I'm using the 3. Speech example in the BotFramework-WebChat npm package.
Describe the bug
Our team has been struggling to activate directline speech in a webchat in our react examples, which prompted us to reproduce the error in a barebones bot-framework example.
When adjusting the speech example to connect to a deployed bot instead of the mockbot, I receive an error (in the console) when clicking on the microphone to record speech, and the webchat freezes up.
Steps to reproduce
<script>
tags in 03.speech example with the following:npx serve
, navigate tolocalhost:5000
and you should see this:And in the network tab (visible even before pressing the microphone):
Expected behavior
Following the directline speech webchat example, I would've expected recorded speech to be transcribed to text, and sent to the bot.
Additional context
The speech resource and deployed bot works when configured on the bot-framework emulator, so the issue is likely not with the provisioned resources.
[Bug]
The text was updated successfully, but these errors were encountered: