web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

It opens chrome but it stays at blank page

Open vittbol opened this issue 9 months ago β€’ 3 comments

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.

vittbol avatar Apr 21 '25 23:04 vittbol

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.

Harvyshu avatar Apr 26 '25 12:04 Harvyshu

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.

this is a llm error,rate limit

warmshao avatar Apr 26 '25 12:04 warmshao

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.

Image

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)

Robert-Beier avatar May 10 '25 13:05 Robert-Beier