Error Timed Out

Where does the bug appear (feature/product)?

Cursor CLI

Describe the Bug

Request ID: 86a5eb56-c84b-4a30-bfb0-376539c0cd7a ConnectError: [unavailable] read ETIMEDOUT at HWl.$endAiConnectTransportReportError (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:7347:371721) at lMr._doInvokeHandler (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:489:35946) at lMr._invokeHandler (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:489:35688) at lMr._receiveRequest (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:489:34453) at lMr._receiveOneMessage (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:489:33275) at cEt.value (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:489:31369) at _e._deliver (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:49:2962) at _e.fire (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:49:3283) at udt.fire (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:7332:12154) at MessagePort. (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9400:18292)

Steps to Reproduce

Running long batch python script

Expected Behavior

Not timed out, keep running?

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.39 the latest version

For AI issues: which model did you use?

Grok Fast 1

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. This looks like a network timeout when running long Python scripts with Grok Fast 1. The error shows your request is timing out after a certain period.

A few things to try:

  • Switch to a different model temporarily to see if the issue persists - Claude 4.5 Sonnet or GPT-4o might handle longer operations better
  • Break your long batch script into smaller chunks if possible
  • Check your network connection stability

The timeout is probably happening because Grok Fast 1 has stricter time limits for responses.
If this keeps happening across different models, there might be a broader connectivity issue worth investigating.

yeah set it to run the script for 25 mins.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.