mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #79] anthropic/claude-3-5-sonnet-latest 访问出现问题:messages.0.id: Extra inputs are not permitted #52
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zzsd on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/79
2025-03-06 11:19:36 - DeepClaude - INFO - 开始处理 Claude 流,使用模型: claude-3-5-sonnet-latest, 提供商: anthropic
2025-03-06 11:19:37 - DeepClaude - ERROR - API 请求失败: 状态码 400, 错误信息: {"type":"error","error":{"type":"invalid_request_error","message":"messages.0.id: Extra inputs are not permitted"}}
2025-03-06 11:19:37 - DeepClaude - ERROR - 客户端错误: API 请求失败: 状态码 400, 错误信息: {"type":"error","error":{"type":"invalid_request_error","message":"messages.0.id: Extra inputs are not permitted"}}
2025-03-06 11:19:37 - DeepClaude - ERROR - 处理 Claude 流时发生错误: API 请求失败: 状态码 400, 错误信息: {"type":"error","error":{"type":"invalid_request_error","message":"messages.0.id: Extra inputs are not permitted"}}
@GowayLee commented on GitHub (Mar 6, 2025):
请提供更多信息, 包括DEBUG级别的日志, 以及当时的输入输出
@zzsd commented on GitHub (Mar 7, 2025):
If I use ChatBox, I will meet this bug when I request deepclaude. But I choose Cherry Studio, it can work well.
@GowayLee commented on GitHub (Mar 16, 2025):
This might be caused by the Chat App. Different Chat Apps may construct different form of request, and unfortunately, ChatBox hereby cause error.