Cursor server install gives 404 error

Hi, thanks for reporting an issue with Cursor.

Before you report this, we’d appreciate if you can search this forum to see if this issue has already been reported.

If you have done so, please check this box.
on

Describe the Bug

I’m trying to use the remote SSH extension to connect to Home Assistant (OS). However, when it tries to install the VSCode server, I get this error:

[11:36:04.275] [server] Error installing server: error requesting https://cursor.blob.core.windows.net/remote-releases/a846435528b4b760494a836f96f0739889253530/vscode-reh-alpine-arm64.tar.gz: 404 <?xml version="1.0" encoding="utf-8"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist.
RequestId:65f11c43-b01e-0006-1aaa-50501b000000
Time:2024-12-17T17:36:04.1874762Z</Message></Error>

Works fine with regular VSCode.

Steps to Reproduce

Home assistant is set up following this guide: Raspberry Pi - Home Assistant

Tried to use the official remote SSH extension to connect to it.

Expected Behavior

Code/Cursor server is installed and connects.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.43.6
VSCode Version: 1.93.1
Commit: a846435528b4b760494a836f96f0739889253530
Date: 2024-12-06T05:11:55.168Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.2.0

Additional Information

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Same issue trying to connect to a Windows remote host. The latest release has hash a846435528b4b760494a836f96f0739889253530.

Even when I just try to fetch the file, I get a 404:
wget https://cursor.blob.core.windows.net/remote-releases/a846435528b4b760494a836f96f0739889253530/cli-win32-x64.tar.gz --2024-12-18 00:08:11-- https://cursor.blob.core.windows.net/remote-releases/a846435528b4b760494a836f96f0739889253530/cli-win32-x64.tar.gz Resolving cursor.blob.core.windows.net (cursor.blob.core.windows.net)... 20.209.35.129 Connecting to cursor.blob.core.windows.net (cursor.blob.core.windows.net)|20.209.35.129|:443... connected. HTTP request sent, awaiting response... 404 The specified blob does not exist. 2024-12-18 00:08:12 ERROR 404: The specified blob does not exist..

I can fetch the “reh-linux” version just fine:
wget https://cursor.blob.core.windows.net/remote-releases/a846435528b4b760494a836f96f0739889253530/vscode-reh-linux-x64.tar.gz --2024-12-18 00:10:22-- https://cursor.blob.core.windows.net/remote-releases/a846435528b4b760494a836f96f0739889253530/vscode-reh-linux-x64.tar.gz Resolving cursor.blob.core.windows.net (cursor.blob.core.windows.net)... 20.209.35.129 Connecting to cursor.blob.core.windows.net (cursor.blob.core.windows.net)|20.209.35.129|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59473395 (57M) [application/x-tar] Saving to: ‘vscode-reh-linux-x64.tar.gz.2’

Even the previous Windows version is missing with a 404: (https://cursor.blob.core.windows.net/remote-releases/949de58bd3d85d530972cac2dffc4feb9eee1e40/cli-win32-x64.tar.gz)

And for the record, everything works fine with vscode.