Replies: 2 comments
-
|
The --experimental-acp flag can hang due to several reasons. Here are debugging methods and solutions: Debugging Methods:
Or set DEBUG environment variable:
This will terminate if it hangs for more than 30 seconds. Common Causes & Solutions:
Quick Self-Check List:
Try these steps and let me know which debug output you get. That will help identify the exact issue! |
Beta Was this translation helpful? Give feedback.
-
|
@tisonkun I don't know if this solves your issue or not. But when I was experimenting with the acp initially, the acp would hang indefinitely for no apparent reason. But what I found out after painstaking debugging was that, the agent (gemini-cli in this case) would send some user approval message in-between, or some tool call that required user input indirectly. That waits for the user input for indefinitely. In my case, when the agent try to create a new react application through the gemini-cli in-build shell tool.
To test this try adding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As title.
gemini -yworks well.Any method I can leverage, like debug logs or a self-check list
Beta Was this translation helpful? Give feedback.
All reactions