You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configure the parameters in the application (see attached screenshot for details)
When I try to run the agent with the task:
go to google.com and type 'OpenAI' click search and give me the first url
The agent fails to execute the task, and I get the following error in the terminal:
INFO [agent] 🚀 Starting task: go to google.com and type 'OpenAI' click search and give me the first url
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 1/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 2/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 3/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 4/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 5/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
when i ask Deepseek about this error:
📌 Example of Correct Configuration
Setting: Value
API Key: sk-your-new-key (51 characters) ---> My Deepseek API key and every new one I generate have with sk- 32 characters??
Base URL: https://api.deepseek.com/v1
Model Name: deepseek-chat
Messages: List of objects with role and content
Could someone please help me troubleshoot this issue?
Thank you in advance!
Vld
The text was updated successfully, but these errors were encountered:
Please make sure your Deepseek API key is correct. However, recently the Deepseek official website has been down all the time. There may be a problem with unsuccessful calls.
Please make sure your Deepseek API key is correct. However, recently the Deepseek official website has been down all the time. There may be a problem with unsuccessful calls.
About Deepseek API key, it's correct, i tested it in terminal:
Additionally, after this test in the terminal, it see tokens are used in the DeepSeek API platform.
but in when i try again to use run agent from webui, it shows me:
📍 Step 1
ERROR [agent] ❌ Result failed 1/5 times:
Error code: 404 - {'error_msg': 'Not Found. Please check the configuration.'}
INFO [src.agent.custom_agent]
Hi everyone,
I’m encountering an issue while running the BrowserUse WebUI. Here’s what happens:
web-ui % python3 webui.py
The application runs successfully, and I get the following output:
INFO [browser_use] BrowserUse logging setup complete with level info
INFO [root] Anonymized telemetry enabled. See https://github.com/browser-use/browser-use for more information.
go to google.com and type 'OpenAI' click search and give me the first url
The agent fails to execute the task, and I get the following error in the terminal:
INFO [agent] 🚀 Starting task: go to google.com and type 'OpenAI' click search and give me the first url
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 1/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 2/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 3/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 4/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
INFO [src.agent.custom_agent]
📍 Step 1
ERROR [agent] ❌ Result failed 5/5 times:
Error code: 401 - {'error': {'message': 'Authentication Fails (no such user)', 'type': 'authentication_error', 'param': None, 'code': 'invalid_request_error'}}
when i ask Deepseek about this error:
Could someone please help me troubleshoot this issue?
Thank you in advance!
Vld
The text was updated successfully, but these errors were encountered: