-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[Bug]: The service get stuck if I tap 'confirmed' twice(or more) consecutively #3899
Comments
|
Same problem here. it's suck at GET /api/list-files HTTP/1.1 using Qwen72B through openrouter; I don't think this is an API issue but not sure. Claude 3.5 Sonnet:
This suggests that somewhere in your configuration (likely where you're setting up the OpenRouter/Qwen72B connection), the URL is malformed or missing the protocol prefix ( To fix this, you should check:
base_url = "https://openrouter.ai/api/v1" # Not just "openrouter.ai/api/v1"
The subsequent errors (including the Would you like me to help you check your configuration setup?
|
Is there an existing issue for the same bug?
Describe the bug
I activated confirmation mode while in browser mode. When the confirmation button shows up on the left, double-clicking(or even more clicks) it causes the agent to halt every time. To resume, I have to click the 'pause' button in the lower-left corner, then click 'continue'.
Current OpenHands version
Installation and Configuration
not used any command or specific configuration.
Model and Agent
No response
Operating System
WSL
Reproduction Steps
Logs, Errors, Screenshots, and Additional Context
click it twice or more:
then the logger output like this, output two NullObservation, which made the whole process stuck:
The logger output is from the code I added for debug:
only after I clicked pause then continue, the whole process continue:
The text was updated successfully, but these errors were encountered: