mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 10:25:50 +03:00
[GH-ISSUE #53] Kiro 总是status: 400 #48
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#48
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 @gogoyan on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/53
如题,请问是kiro的限制吗?
使用ccr用的时候提示这个
@justlovemaki commented on GitHub (Sep 18, 2025):
是的,现在kiro开始收费了,免费额度很低。你可以多搞几个号,用账号池。
@cosmaz commented on GitHub (Oct 31, 2025):
FYI: restarting Claude with --permission-mode bypassPermissions --continue using these keys often resolves the 400 errors for me. However, I still occasionally hit a 429. Sharing in case this helps with debugging.
@justlovemaki commented on GitHub (Oct 31, 2025):
After debugging, a 400 error is generally due to a context outage; claude codes can be handled with /compact. A 429 error is a server-side interface limitation, which is indeed unavoidable.
@cosmaz commented on GitHub (Oct 31, 2025):
That lines up with what I’m seeing too — but it’s odd that a full Claude restart (--permission-mode bypassPermissions --continue) often clears it. I’ve also had 400s appear almost immediately with a minimal context (well under limits), so it doesn’t always look like a pure overflow case. Just adding this datapoint in case it’s useful.
@justlovemaki commented on GitHub (Oct 31, 2025):
I haven't encountered a situation where a 400 error occurs immediately with very little context, but thank you for your feedback.