Application suddenly can't start any functionality or understand what is said #390
-
I had this error occour today on a commit that was previously working from 14th december, and it gives the same logging errors when pulling the latest change It repeats the intro messages and claims it can't understand me, shown in the log bellow It has no code changes and uses default settings like region. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
When the application worked for me there were also some other major core-functionality problems that makes the application not usable in real life. Are these things that you also experience? [Stopping] - The phone center chooses not to respond to some of the callers answers and you say your sentence again I would assume that you also have these problems every call since we both follow the same setup instructions, but you seem to be adding more advanced extra features which makes me think that core pieces work better on your end. |
Beta Was this translation helpful? Give feedback.
-
When calling the cloud container the call will not reach the app at all, and when turning off the container and start the local-app that is when you can reach it but these log lines appear |
Beta Was this translation helpful? Give feedback.
-
Versions are shipped frequently. When a breaking change is introduced, a major version is published and the container is tagged To avoid that, hardcode the version you are deploying, like advised in the installation steps: https://github.com/microsoft/call-center-ai?tab=readme-ov-file#3-run-deployment-automation. |
Beta Was this translation helpful? Give feedback.
Versions are shipped frequently. When a breaking change is introduced, a major version is published and the container is tagged
main
. If you deployed your code with the same tag, you'll use that version which contains a breaking change.To avoid that, hardcode the version you are deploying, like advised in the installation steps: https://github.com/microsoft/call-center-ai?tab=readme-ov-file#3-run-deployment-automation.