secondlife / secondlife/viewer
Azure API cannot be entered normally
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
About chat translation, I found two bugs.
Using the new Azure API will result in a 401 error. Because the current Azure API has too many characters, it exceeds the viewer’s API character limit.
https://learn.microsoft.com/en-us/answers/questions/2147198/speech-service-api-keys-too-long-to-use
Another bug was discovered earlier (at that time, the Azure API was still 32 characters). If the text sent to Azure contains emoji or other non-ASCII characters, the translation will become garbled.
I mistakenly submitted it under feature requests before, and I’m very sorry.
https://secondlife.canny.io/admin/feedback/bug-reports/p/azure-api-cannot-be-entered-normally
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.