microsoft/conversational-speaker

need to assist thx

Opened this issue · 4 comments

hi .need to help ..dont know whats the reason when i dotnet run.

微信图片_20230626154856

by the way .. i run it in windows ubuntu and raspberrty os ..same issue as above

I'm also getting the same error... any help anyone?

Okay, problem solved by changing Azure region to EastUS

I had a similar issue, but it was not solved by changing the region, instead, I set the region and key with the "{" which shall not be, it shall be something as below :
dotnet user-secrets set "AzureCognitiveServices:Region" "southeastasia"
NOT : dotnet user-secrets set "AzureCognitiveServices:Region" "{southeastasia}"