-
Notifications
You must be signed in to change notification settings - Fork 99
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
400 error upon clicking reconnect #554
Comments
@fadyanwar Have you followed the instructions here to register your bot with Bot Framework's Direct Line Speech Channel? |
Same issue for me 400: Bad request (400). Please verify the provided subscription details and language information |
I am facing the same issue. I followed the mentioned tutorial and everything seems to work. WebChat and Bot Framework Evaluater are working fine. After Adding the Voce Assistant Client I just get the error message. |
Hello, |
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Follow instructions as per https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/blob/main/clients/csharp-wpf/README.md
At step 4 you will get a 400 error
Any log messages given by the failure
Error (BadRequest) : WebSocket upgrade failed: Bad request (400). Please verify the provided subscription details and language information. SessionId: 6cf519fd97c042d4b3db09fe58531548
Expected/desired behavior
Should connect instead as per documentation
OS and Version?
Versions
WindowsVoiceAssistantClient-20210224.1
Mention any other details that might be useful
The documentation is also not clear on how to connect to the bot itself as it shows only how to configure the Azure Cognitive Services Speech key and region at step 3
The text was updated successfully, but these errors were encountered: