Repeatedly get the error (with various IDs):
An unexpected error occurred. Request ID: c14fba27-d59c-47de-b6fe-8b4c49cc5738
Steps to Reproduce
I open Cursor on a clean install on a new machine, select the local machine and repository and send a message. Either auto mode or Grok. Pressing try again doesn’t fix it. The first time I tried I accidentally tried to use a cloud agent, which tried for a while and failed, perhaps that broke it.
Hi @EdLyons Thank you for the forum post! I took a look at this and I see that the error is happening locally on the new machine before the request leaves it, which is why the Request IDs don’t show up on our side and why Try again keeps failing.
What’s happening: in the Agents Window, an agent is tied to the project it was started in. That project isn’t set up on the new Mac yet, so the agent can’t bind to it, and the send fails instantly. Try again just reuses the stuck chat.
To get unblocked:
Clone/open the project folder locally on the new Mac first, so Cursor has the real workspace.
Start a brand new agent chat from that open project. Don’t reuse the errored chats or Try again, since both reuse the stuck session.
If a window still looks wedged, run Developer: Reload Window (Cmd+Shift+P) and start fresh.
The cloud agent you tried failed separately: it looked for a self-hosted worker (your other Mac) and found none eligible from the new machine, so it stopped at startup. Nothing was corrupted. For cloud runs, pick the Cloud option explicitly instead of the self-hosted worker.
Give that a try and let me know how it goes! If a fresh chat from the opened project still errors, reply with the new Request ID and I’ll dig in.