It opens chrome but it stays at blank page
Console: INFO [browser_use] BrowserUse logging setup complete with level info INFO [main] Total registered components: 27
- Running on local URL: http://127.0.0.1:7788
To create a public link, set share=True in launch().
C:\Users\Scripts\browser-use.venv\Lib\site-packages\browser_use\agent\message_manager\views.py:59: LangChainBetaWarning: The function load is in beta. It is actively being worked on, so the API may change.
value['message'] = load(value['message'])
INFO [agent] π Starting task: go to google.com and type 'OpenAI' click search and give me the first url
INFO [agent] π Step 1
WARNING [agent] β Result failed 1/3 times:
Rate limit reached. Waiting before retry.
INFO [agent] π Step 1
WARNING [agent] β Result failed 2/3 times:
Rate limit reached. Waiting before retry.
INFO [agent] π Step 1
WARNING [agent] β Result failed 3/3 times:
Rate limit reached. Waiting before retry.
ERROR [agent] β Stopping due to 3 consecutive failures
My key is openai key is setted on .env.
We have the same error report, I am trying to find out something. It doesn't work now. If you fix it, pls let me know.
Console: INFO [browser_use] BrowserUse logging setup complete with level info INFO [main] Total registered components: 27
- Running on local URL: http://127.0.0.1:7788
To create a public link, set
share=Trueinlaunch(). C:\Users\Scripts\browser-use.venv\Lib\site-packages\browser_use\agent\message_manager\views.py:59: LangChainBetaWarning: The functionloadis in beta. It is actively being worked on, so the API may change. value['message'] = load(value['message']) INFO [agent] π Starting task: go to google.com and type 'OpenAI' click search and give me the first url INFO [agent] π Step 1 WARNING [agent] β Result failed 1/3 times: Rate limit reached. Waiting before retry. INFO [agent] π Step 1 WARNING [agent] β Result failed 2/3 times: Rate limit reached. Waiting before retry. INFO [agent] π Step 1 WARNING [agent] β Result failed 3/3 times: Rate limit reached. Waiting before retry. ERROR [agent] β Stopping due to 3 consecutive failuresMy key is openai key is setted on .env.
this is a llm errorοΌrate limit
I faced the same problem, even after adding credit balance to my openai account like recommended in https://github.com/browser-use/browser-use/issues/279. The solution for me is adding the openai api key in the UI.
The same API key works when entered in the UI, but does not work when set as OPENAI_API_KEY in the .env file.
Edit: The OPENAI_API_KEY in the .env file does work when I start webui.py with a debugger.
Edit2: Now it works without entering any api key in the UI and without having the OPENAI_API_KEY set in the .env file either. So my api key seems to be cached somewhere. I'm working on Windows 10 with Python 3.11.12. I cloned the directory fresh today and followed the steps in the readme (no docker)