[BUG] Claude Code - Teleport Session from Web to Local Fails with: API Error: 400 due to tool use concurrency issues. Run /rewind to recover the conversation.
Status Closed — not planned
Maintainer reply None cached
Activity 13 comments · opened Nov 19, 2025 · closed Feb 27, 2026
Found 4 possible duplicate issues:
https://github.com/anthropics/claude-code/issues/5934
https://github.com/anthropics/claude-code/issues/8514
https://github.com/anthropics/claude-code/issues/8108
https://github.com/anthropics/claude-code/issues/8763
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
I have the same issue as 8763 on Version: 2.0.46 immediately after teleporting 'claude code on the web' session into Ubuntu server inside cloned repo.
Feedback ID: e42d62e3-7543-477a-acea-d8ebe37fa510
What Should Happen?
One should be able to communicate with Claude in Claude code after teleporting their session
Error Messages/Logs
API Error: 400 due to tool use concurrency issues. Run /rewind to recover the conversation.
Steps to Reproduce
- Start a session in Claude Code on the Web
- Teleport the session into cloned repo on an Ubuntu server
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.0.46
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
_No response_
13 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I found the mitigation to save my long conversation...
I just had this same problem with the latest version of claude 2.0.54. So it is still there.
Still has the problem with 2.0.55 using aws bedrock sonnet
Still has the problem with 2.0.58 using aws bedrock sonnet
I also hit this today with several session I wanted to teleport from Claude Code cloud env.
Updated to latest version 2.0.60 after hitting this error multiple times today. It seems that the conversation itself triggers that, as soon as i try to resume the same convo after restarting it throws this.
What I did to finish the job:
copy&pasted the convo into a new one, this continued a few steps then broke down again, did this a few times to finish all steps.
Can confirm that the issue persists wtih v2.0.64. I am on macos 14.
just hit this
I noticed that when using the Opus model, in the JSONL-formatted message history,
tool_usemessages get merged into a single assistant message, but the correspondingtool_resultmessages still appear as separate user messages. This causes a 400 error: "Eachtool_useblock must have a correspondingtool_resultblock in the next message." When I manually merged thetool_resultblocks into a single user message, the error disappeared.Hey there, just faced this issue on v2.1.19 claude vscode extension.
it frequently happened every 2 action from claude.
even after following above, it still keeps saying below error
reverting back to v2.1.17 fix the issue for now.
Closing for now — inactive for too long. Please open a new issue if this is still relevant.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.