agent stops after 3 consecutive failures
Author: cooksonia5Created Jul 6, 2025Updated Jul 10, 2026
not sure what I am doing wrong -- installed locally, API is loaded correctly I assume but receiving no other errors besides that it is failing :(
INFO [src.webui.components.browser_use_agent_tab] Initializing LLM: Provider=openai, Model=gpt-4, Temp=0.6
INFO [agent] Starting task: google "blue" and return the first search result
ERROR [src.agent.browser_use.browser_use_agent] ❌ Stopping due to 3 consecutive failures
INFO [agent] Created GIF at ./tmp/agent_history/44d6bfb1-da5f-45f9-b169-fb13528728ee/44d6bfb1-da5f-45f9-b169-fb13528728ee.gif
INFO [src.webui.components.browser_use_agent_tab] Agent task completing...
INFO [src.webui.components.browser_use_agent_tab] Agent task completed processing.
INFO [src.webui.components.browser_use_agent_tab] Explicitly saving agent history to: ./tmp/agent_history/44d6bfb1-da5f-45f9-b169-fb13528728ee/44d6bfb1-da5f-45f9-b169-fb13528728ee.json
INFO [src.webui.components.browser_use_agent_tab] GIF found at: ./tmp/agent_history/44d6bfb1-da5f-45f9-b169-fb13528728ee/44d6bfb1-da5f-45f9-b169-fb13528728ee.gifSource: browser-use/web-ui