claude-code - 💡(How to fix) Fix [BUG] Please finally fix the JSON low surrogate issue.

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

API Error: 400 The request body is not valid JSON: no low surrogate in string: line 1 column 1261392 (char 1261391)

Root Cause

Other issues blame this on plugins, but I know for a fact it is because of heavy use of emoji in a Telegram chat this bot is used in.

Code Example

API Error: 400 The request body is not valid JSON: no low surrogate in string: line 1 column 1261392 (char 1261391)
RAW_BUFFERClick to expand / collapse

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 Claude Code

What's Wrong?

After a certain context length, the context crashes with every message being responded to like this:

<img width="1098" height="717" alt="Image" src="https://github.com/user-attachments/assets/af72bce3-36e6-47f8-963c-0a1013fcb7dd" />

Other issues blame this on plugins, but I know for a fact it is because of heavy use of emoji in a Telegram chat this bot is used in.

What Should Happen?

Claude Code should just keep working. If it gets this error back, it should fix errors with the JSON by itself. A restart of the complete CC harness will fix this, but that is hardly acceptable.

Error Messages/Logs

API Error: 400 The request body is not valid JSON: no low surrogate in string: line 1 column 1261392 (char 1261391)

Steps to Reproduce

The issue has been demonstrated and reproduced in other GitHub issues multiple times, where the usual guidance is to 'reduce plugins with emoji'. In this context, the problem is not plugins, it is the input itself.

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

latest

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Windows Terminal

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Please finally fix the JSON low surrogate issue.