Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In the Pro+ plan, Cursor IDE constantly pops up an “An unexpected error occurred on our servers” error, rendering all AI features (like Chat, Agent) completely unusable. Network diagnostics show HTTP/2 connection failure, and the error log indicates an underlying binary serialization error: [internal] serialize binary: invalid int 32: 3221225477.
Steps to Reproduce
In Cursor IDE, perform any action that triggers the AI backend service (e.g., ask a question in Chat, run a command that requires Agent analysis).
The operation is immediately cancelled, and the “Internal Error” dialog pops up.
Go to Settings > Network, click Run Diagnostic. The HTTP/2 check will fail.
Click Show Logs in the error dialog to see the serialization error stack trace.
Expected Behavior
AI features should work normally. A stable connection to the backend servers should be established without serialization errors.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
Version: 2.4.27 (user setup)
VSCode Version: 1.105.1
Commit: 4f2b772756b8f609e1354b3063de282ccbe7a690
Date: 2026-01-31T21:24:58.143Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use?
AgentGPT-5.2 Codex High,GPT-5.2 Codex,Opus 4.5
For AI issues: add Request ID with privacy disabled
Request ID: 22f6e890-8c0f-4565-bcd3-bf9ce4658694
[internal] serialize binary: invalid int 32: 3221225477
LTe: [internal] serialize binary: invalid int 32: 3221225477
at $mf (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:38337)
at Fmf (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:37240)
at Xmf (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9096:5088)
at hva.run (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9096:9098)
at async qyt.runAgentLoop (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34196:57104)
at async jpc.streamFromAgentBackend (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34245:7695)
at async jpc.getAgentStreamResponse (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34245:8436)
at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14623)
at async Ei (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32994:3808)
This points to a binary serialization failure involving an invalid 32-bit integer value (3221225477).
Additional Information
- Network Environment: I am on a normal home network (or corporate network, if applicable). No VPN or special proxy is active. The network is stable for all other applications.
- Full Error Stack: Provided in the bug description above.
- Request ID Note: The detailed Request ID
22f6e890-8c0f-4565-bcd3-bf9ce4658694is from the error log stream. The error dialog showed a different ID:22fe890-8cdf-4565-bcd3-bfb9ce4658694. - Contact Email: [email protected] (for follow-up).
Does this stop you from using Cursor
Yes - Cursor is unusable


