Replies: 2 comments 2 replies
-
How are you connecting to your api / what client are you using? Is there any other output in the logs before this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
UserProxy's default user input gets user input from console in the local machine that runs your app. Since you deployed your app to azure app service, this is not running locally anymore. You will need to figure out how to get your user input other than through console. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with AutoGen and have implemented a UserProxy to receive input from the user. When testing locally in VS Code, it works as expected and waits for user input. However, after deploying the code to Azure App Service, it does not wait for user input and instead throws the following error:
"2025-03-13T10:08:38.385105743Z ERROR - Failed to get user input: Failed to get user input: EOF when reading a line."
Beta Was this translation helpful? Give feedback.
All reactions