-
Notifications
You must be signed in to change notification settings - Fork 246
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
Unable to fetch interactive avatar speech token #32
Comments
Same here, 404 on get-speech-token after deploying static web app. |
@yuting1008 I noticed there is no azure function as defined by repo artefact function_app.py that is deployed into my resource group. Unfmailiar with azure static web apps, I don't know whether my environment setup meant the function was not deployed when I deployed the static web app, or there's a missing step in the setup guide. Do you see this function deployed? |
@yuting1008 fyi I managed to move beyond the /api 404 issue. I noticed that the api function_app.py had dependencies likes openai. However, in the repo requirements.txt, it only has:
I added:
and now the api route, for example get-speech-token, can be consumed. This is confirmed when testing locally with:
Unfortunately I've hit a next issue with get-speech-token with a 500 internal server error (have double-checked region and access key). |
Hi @corticalstack , thank you for reply! However, I still cannot get speech token after updating |
@yuting1008 I believe MSFT are working on fixing an issue introduced by the latest commit. This is hoped to be pushed sometime next week. In the meantime, I also understand that the version 2 commits back works. However, I think this is without the bing function tool. |
Hi @yuting1008 , could you verify if running the solution locally works for you? If not, could you confirm that all the secrets from the readme are correctly filled in? There was an issue some time ago where the list of variables in the readme was not complete, so checking this might help. |
I am reproducing interactive avatar.
After I deployed it on the Azure Static Web App and click login, the following error message occurred.
FYR, the
local.settings.json
has already been uploaded and the environment variables are correct.The text was updated successfully, but these errors were encountered: