Request ID: da6c9c97-6891-4718-a73d-c38267eee632 {"error":"ERROR_NETWORK_ERROR","details":{"title":"Network Error","detail":"We're having trouble connecting to the model provider. This might be temporary - please try again in a moment.","isRetryable":true

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I’ve set HTTP to 1.1, but this issue constantly occurs. Please help

Steps to Reproduce

don’t know what causing it. it happens in the middle in one of my session, then it constantly fails

Operating System

Linux

Version Information

Version: 3.1.14
VSCode Version: 1.105.1
Commit: d8673fb56ba50fda33ad78382000b519bb8acb70
Date: 2026-04-14T01:39:23.679Z
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: Linux x64 6.19.11-200.fc43.x86_64

For AI issues: which model did you use?

GPT 5.4

For AI issues: add Request ID with privacy disabled

Request ID: 5c7cc865-4baa-4865-82d1-1e076aeaf3e5
{“error”:“ERROR_NETWORK_ERROR”,“details”:{“title”:“Network Error”,“detail”:“We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.”,“isRetryable”:true,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}
[resource_exhausted] Error
oae: [resource_exhausted] Error
at iz_ (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28874:24637)
at tz_ (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28874:23543)
at uz_ (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28875:6487)
at i6u.run (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28875:11285)
at async uDn.resume (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:41183:15384)
at async Mkd.streamFromAgentBackend (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:41253:11486)
at async Mkd.getAgentStreamResponse (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:41253:17740)
at async P3e.submitChatMaybeAbortCurrent (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:28981:16809)
at async Ra (vscode-file://vscode-app/usr/share/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:40236:4230)

Does this stop you from using Cursor

Yes - Cursor is unusable

Hi there,

This error is coming from OpenAI’s side, not from Cursor. Our logs confirm that both of your requests hit an OpenAI websocket transport failure (the resource_exhausted error you’re seeing).

One thing that’s likely contributing: your current conversation has grown very large , which can cause instability with long-running connections. I’d recommend:

  1. Start a new conversation — this is the most likely fix. Long conversations accumulate state that can make connections fragile.

  2. If the issue persists in a fresh conversation, try switching to a different model temporarily (e.g., Claude) to confirm it’s model-specific.

  3. You’ve already set HTTP to 1.1, which is good.

This type of error is transient and typically resolves with a fresh conversation.