An unexpected error occurred. Request ID: 1a1fa8d9-f1aa-459c-ad45-9395366e582f

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Hello Cursor team,

I am experiencing a persistent issue where my request fails unexpectedly. When I execute the request, it seems to run normally for a while, but then suddenly pops up an error and fails to complete. I have manually retried the exact same request 3 times, but it consistently breaks after processing for some time.

Could you please help me check the backend logs using my Request ID to see what went wrong?

Could you please help me look into the backend logs to see what went wrong?

Request ID:
1a1fa8d9-f1aa-459c-ad45-9395366e582f

Steps to Reproduce

I have manually retried the exact same request 3 times, but it still fails every time without a proper output.

Operating System

Windows 10/11

Version Information

Version: 3.5.33 (user setup)
VSCode Version: 1.105.1
Commit: aac81804b986d739acab348ed96b8bea6e83cc50
Date: 2026-05-22T06:47:48.039Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

For AI issues: which model did you use?

OPUS 5 High

For AI issues: add Request ID with privacy disabled

Request ID: 1a1fa8d9-f1aa-459c-ad45-9395366e582f

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. With just one “An unexpected error occurred,” it’s hard to say the exact cause. If it crashes after some processing time, it often points to either a request that’s too big or taking too long, or a network drop. Let’s narrow it down:

  1. Does the error still happen if you switch to another model, like Sonnet or Composer? That’ll tell us if it’s specific to Opus 5.
  2. Try the same request in a new chat. If the current thread has built up a lot of context, that can cause a drop.
  3. Check your network: Cursor Settings > Network > Run Diagnostics. If you’re behind a corporate proxy, VPN, or Zscaler, go to App Settings Ctrl+Shift+, then search HTTP/2, turn on Disable HTTP/2, and try again.

A couple questions so we can dig deeper:

  • When does it fail, right away, on a large response, or after starting a tool or terminal step?
  • Is it a request with a lot of context, like many files or a long chat history?

Let me know what helps, and exactly which step the error happens on.

a request with a lot of context, like many files or a long chat history

it’s specific to Opus 5. It’s ok when specific to Composer

Thanks for the details, they really help clear things up.

I checked the Request ID. The request reaches the backend and streams normally for about 5 minutes, then the connection drops almost exactly at the 300 second mark. This is not really about Opus 5 itself. It is just that its longer turns with a bigger context take more than 5 minutes, so they hit this cutoff. Shorter Composer turns finish within the window. A clean cutoff at around 5 minutes points to something on your network path like a VPN, proxy, or corporate middlebox timing out long lived connections.

What to try:

  • Cursor Settings > Network > HTTP Compatibility Mode, switch it to HTTP/1.0. This uses long polling, avoids long lived streams, and usually fixes this kind of drop.
  • If you are on a VPN, try a different node or try connecting without the VPN. Your results correlate directly with the egress path.
  • Cursor Settings > Network > Run Diagnostics, and we can see what it reports.
  • Update Cursor. You are on 3.5.33 from May 2026. There have been a few improvements since then around retry and resume for streams that help in cases like this.
  • As a temporary workaround, split very long tasks into shorter turns so they fit within the 5 minute window.

Start with step 1. In your case it is the most likely to fix it. Let me know if it helped.