-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Which kind of bug are you reporting?
deep_search_mcp
What happened?
本地部署的后端在生成完任务规划时报错:
日志:
2025-08-21 14:36:52 [debug ] singleton class initialized name=ClientPool
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit)
INFO: 172.16.168.2:52803 - "OPTIONS /api/v3/bots/chat/completions HTTP/1.1" 200 OK
INFO: 172.16.168.2:52803 - "POST /api/v3/bots/chat/completions HTTP/1.1" 200 OK
ERROR:root:Error code: 400 - {'error': {'code': 'MissingParameter', 'message': 'The request failed because it is missing `messages.content` parameter. Request id: 02175575846796253c57c4bfa3d9f848df9991923ac06f6c42068', 'param': 'messages.content', 'type': 'BadRequest'}}, request_id: 20250821144107jLsBfDWop8DzBxeWN4Y8
ERROR:root:[Internal Error]: Error code: 400 - {'error': {'code': 'MissingParameter', 'message': 'The request failed because it is missing `messages.content` parameter. Request id: 02175575846796253c57c4bfa3d9f848df9991923ac06f6c42068', 'param': 'messages.content', 'type': 'BadRequest'}}, request_id: 20250821144107jLsBfDWop8DzBxeWN4Y8
ERROR:root:[API Error]: stream chat meet error:Detailed exception information is listed below.
account_id:
resource_id:
code: InternalServiceError
message: The service encountered an unexpected internal error. Request id: 20250821144040000003BD6F9400BCAD5A
Please provide the log.
No response
What did you expect to happen?
No response
How can we reproduce it (as minimally and precisely as possible)?
如上
Anything else we need to know?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working