Notice
Recent Posts
Recent Comments
Link
«   2026/04   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

유리의 개발새발

[etc] API Error: 400 due to tool use concurrency issues. 본문

etc

[etc] API Error: 400 due to tool use concurrency issues.

yuri_ 2026. 1. 24. 20:38
반응형

vscode에서 플러그인으로 claude code for vs code 쓰는데, 이런 오류가 계속 뜬다.

API Error: 400 due to tool use concurrency issues

 

뜻은 대충 이거다.
툴 호출을 동시에 여러 개 처리하다가 구조가 꼬였다는 말.

그래서 나더러 어쩌라고?

네, 엔트로픽 버그입니다.

 

---

 

해결법이라고 돌아다니는 것들

  • .claude에서 직렬 실행 구조로 작성
  • 세션 껐다 켜기
  • 캐시 삭제
  • VSCode 리로드
  • 플러그인 재설치

그래서 다 해봄.

난 안되던데?

그래서 아예 클로드 코드를 재설치하고, 캐시 지우고 해봄

 

1. 클로드 코드 재설치

2. rm -rf ~/.vscode/extensions/anthropic.claude-code-2.1.19-darwin-arm64

3. (vscode에서) Cmd/Ctrl + Shift + P → Developer: Reload Window

 

응 안됨.

그냥 터미널에서 Claude Code CLI로 작업함.

 

근데? 문제 없음. 오류 안 남. 끊김 없음. 정상 동작.

이게 뭐냐? VSCode 플러그인만 터진다는 거임.
API 문제도 아니고, 계정 문제도 아니고, 네트워크 문제도 아니고, VSCode 플러그인 구조 문제라는 뜻

 

얘네 고질병인가봄.

https://github.com/anthropics/claude-code/issues?q=400

 

GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, a

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo...

github.com


월에 16만 원이나 뜯어가면서 개탄스럽다.

 

++
아 해결했습니다.
https://github.com/anthropics/claude-code/issues/20575

 

[BUG] Skill tool causes "tool_use without tool_result" API error in print mode · Issue #20575 · anthropics/claude-code

Preflight Checklist I have searched existing issues and this hasn't been reported yet This is a single bug report (please file separate reports for different bugs) I am using the latest version of ...

github.com


VSCode에 최신 Claude Code for VS Code 확장 프로그램(2.1.19)을 설치했는데, 이 확장 프로그램에 문제가 있는 것 같습니다.
VS Code를 사용하여 버전을 다운그레이드했습니다. (VS Code용 Claude Code 확장 프로그램 페이지에서 '제거' 옆의 아래쪽 화살표를 클릭하고 '특정 버전 설치'를 클릭한 다음 드롭다운 메뉴에서 버전 2.1.17을 선택했습니다.)

라네요. 저도 버전 내리니까, 문제가 해결되었습니다.

이런 삽질 오랜만이네요ㅎ

반응형

'etc' 카테고리의 다른 글

💻 Mac 초기 세팅 가이드 2025  (0) 2025.02.15
[etc] mac 초기 세팅  (0) 2023.12.26