Michael Li
Michael Li
The Chinese version of Azure uses DocumentTranslation to prompt that there is no such resource group
Hi @chriswendt1 and @e4je : I've debugged Documentation Translation UI line by line. The 404 error that e4je mentioned before raised by TryPaidSubscription() which is located at [TestCredentials.cs](https://github.com/MicrosoftTranslator/DocumentTranslationService/blob/ea838eec2449ac3358ce050e53b822995c9562a9/TestCredentials.cs#L98 ) ....
I thought It has some issues there during compiling. Would you please show me some more details about it?
@sestinj Sorry, I think it should be reopen. Because I checked out v0.8.25 version which was fixed by PR https://github.com/continuedev/continue/commit/3ad9e3e5f22bd4f1823ab8a8fc9ec745ebb62ac0 . However, it still does not work as below:
It weird that, go test code in vad_test.go file it works fine. However, If I only migrate ```golang vadInst := Create() defer Free(vadInst) ``` in my own code file main.go...