After being AFK for a while, the chat always freezes. I can’t get any reply, and it stays stuck on “Generating.” Sometimes clicking the “Stop” button next to the input box does nothing and the Debugger Console shows the error: “executor is already canceling.”. Even when it does stopped the “Generating“, I still can’t send a new message. It remains stuck on “Pending,”
In the Debugger Network panel, I noticed that in normal conversations, the SendUserCascadeMessage request is immediately followed by a blob://xxx request and a vscode-file://xxx/xxx/profileAnalysisWorkerMain.js request. But when the chat freezes after being AFK, those requests do not appear.
I also found that when it gets stuck, the Console reports this error: consumeAgentStateStream streamAgentStateUpdates error ... unknown agent state for conversation ... not found.
This bug occours even if the chat has only one message. Anyone came into this too? Any fix?
Steps to reproduce:
- Open a new chat and send a message.
- AFK for 15~30 mins
- Send a new message and the message will be stuck
Things I have tried
- Fresh Install(With OS Reinstall)
- Logout and Login
My Workaround
Quit Antigravity and restart. Sometimes you can get back to that stucked chat, sometimes not, and when it cannot open the old chat, the DevTool Console has a error: [unknown] loading already in progress: ConnectError: [unknown] loading already in progress
New Update Workaround: No more full-rerestart Antigravity required, just close the project(or the Antigravity window), and then reopen Antigravity. It will enter the startup-page(no project or directory selected). Here, open the chat, and find your old chat in the history button, then send a message to your old chat. After the response is finished, re-open the project, you will be able to access your chat history again.