ConnectionFailure (Error code 1002) when testing Direct Line Speech through Windows Voice Assistant Client
Hello, I am following a tutorial to voice-enable a chat bot using Azure Cognitive Services Speech. The link for the tutorial is https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk . I have reached the point in the tutorial where it asks me to run the Windows Voice Assistant Client so I can communicate with the bot and reciprocates what I say through speech. However, when I try to run the application and click reconnect, I get this error: Error (ConnectionFailure) : Connection was closed by the remote host. Error code: 1002. Error details: The server returned status code '503' when status code '101' was expected. SessionId: b9034b82115749a0bfc17ca41bd21060. The tutorial tells me to make sure that I selected the Enable Streaming Endpoint checkbox box and/or turned on web sockets but I already did both of those things. Could someone please help me figure out what's wrong here? Thank you so much.