An unexpected error occurred on our servers. Please try again, or contact support if the issue persists.
Copy Request (94256020-5975-4bda-bd28-75a52b4e51a3)
After updating to version 3.9.16, an internal error popped up. I sent a question but got no response from the Cursor agent; it just kept waiting for hours. Changing the model made no difference.
I also face this problem. It just shows those error lines.
This morning, after cursor updated, I tried to add custom model, but it would not work. When I add my custom model, It shows nothing in model list. Now all the models are not working.
Request ID: 24e781b3-a6b6-41b8-999c-330b55a88a2d
[unknown] Network disconnected
RetriableError: [unknown] Network disconnected
at uAS (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12056:27795)
at EMc (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12056:26530)
at Fny (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12057:11929)
at Object.classify (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12057:16434)
at hAS (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12057:5824)
at async Oqm.runWithSharedTurnRunner (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12057:15786)
at async iH.runAgentLoop (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:24486:3041)
at async Lkh.streamFromAgentBackend (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:24505:13862)
at async Lkh.getAgentStreamResponse (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:24505:22888)
at async IRe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12142:2399)
Thanks for flagging this, and sorry for the disruption. This isn’t a server outage on your account. The pattern here (Agent and Chat hanging or failing right after an update, while sign in and the Marketplace still work) almost always points to a proxy, VPN, or network filter sitting between Cursor and our servers.
A bit of background on why it tends to show up after an update: Cursor has always preferred HTTP/2 for AI requests (Agent, Chat, API, and the connection health “Ping”), and HTTP/2 can’t be routed through a proxy. Recent builds moved these AI requests into a separate process and added connection health checks, so a proxy or VPN setup that used to limp along quietly can now fail outright with messages like “Network disconnected” or “ConnectError: [unavailable]”. Sign in, Marketplace, and downloads use a different path that does respect the proxy, which is why those keep working. The same thing can make the model list come up empty, since the model lookup takes the same route.
Here’s how to get working again:
Open Settings, search for HTTP/2, and turn on Disable HTTP/2. (Or add "cursor.general.disableHttp2": true to your settings.json.)
If you’re still stuck after trying the steps above, please go to Cursor Settings > Network > Run Diagnostics and let us know which specific checks fail. If you can, also send a fresh Request ID with Privacy Mode turned off, and we’ll dig in further.