惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
美团技术团队
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
有赞技术团队
有赞技术团队
GbyAI
GbyAI
宝玉的分享
宝玉的分享
腾讯CDC
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
月光博客
月光博客
MyScale Blog
MyScale Blog
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog

博客园 - 蜡笔小旧

linux kernel complie + QEMU elon musk's 5 steps work method sqlite rollback journal vs. wal cmd/powershell frozen issue MTU issue in Ubuntu 22.04 android app network monitor with mitmweb zsh vs. bash 在gitlab中使用fastlane编译ios 记一次gitlab artifact问题 Cursor in Ubuntu 22.04 Manual install .NET SDK 9 on ubuntu with .NET SDK 8 记一次阿里云主机被挖矿 防御性编程 hyper-v ubuntu 22.04 Configure oh my zsh Setting up development environment with Ubuntu 22.04 WSL linux reset password Windows 10 access ext4 IP Offline install net driver in ubuntu
Cursor ai network issue workaround in Ubuntu 22.04
蜡笔小旧 · 2025-11-15 · via 博客园 - 蜡笔小旧

2025-11-15 17:15  蜡笔小旧  阅读(86)  评论()    收藏  举报

之前用Cursor一切都正常,  偶尔大家也会报一些网络问题, 后面升级后一直断断续续能用, 偶尔不能用, 但是奇怪的是Windows都正常, 就我的Ubuntu不能用。

后面也尝试过用代理, 也是偶尔正常偶尔好,成了用Cursor要看运气。后面去查论坛,有人说要加--no-sadbox. 发现还果真如此(https://www.cnblogs.com/chinaniit/p/19065548), 我还高兴了一会儿, 但是好景不长,没过多久又不行了。

今天又来尝试了, 我发现了一个很奇怪的现象:

1. Chrome偶尔访问一个网站会timeout ("This site can’t be reached cursor.com took too long to respond.), 等一下或者刷新又正常了 

2. Cursor 的network diagnosics 一次不能成功 , 切换一下http协议,然后再多试几次就正常了.

这就可能不是Cursor软件的问题, 可能是Ubuntu网络的问题了。

然后就尝试了下mitmproxy, 也没发现什么报错的http请求. 

然后看了cmd打开了Cursor看到

```log

[main 2025-11-15T07:07:15.049Z] #44: https://api2.cursor.sh/updates/api/update/linux-x64/cursor/2.0.43/3354e1d975f240c22dba64d2bf00533bef5959d4b85da8a5712aefe4e7d129d1/stable?isOutdatedCheck=1 - error undefined net::ERR_TIMED_OUT
[main 2025-11-15T07:07:15.049Z] update#checkForOutdatedUpdate - failed to check for outdated update Error: net::ERR_TIMED_OUT
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:118803)
at SimpleURLLoaderWrapper.emit (node:events:524:28)
at SimpleURLLoaderWrapper.callbackTrampoline (node:internal/async_hooks:130:17)

```

我nslookup api2.cursor.sh看了一下ip所有的都在美东. 

```log

Server: 8.8.8.8
Address: 8.8.8.8#53

Non-authoritative answer:
api2.cursor.sh canonical name = api2geo.cursor.sh.
api2geo.cursor.sh canonical name = api2direct.cursor.sh.
Name: api2direct.cursor.sh
Address: 54.91.179.186
Name: api2direct.cursor.sh
Address: 3.91.140.233
Name: api2direct.cursor.sh
Address: 52.22.1.207
Name: api2direct.cursor.sh
Address: 3.223.190.91
Name: api2direct.cursor.sh
Address: 44.207.162.138
Name: api2direct.cursor.sh
Address: 34.198.12.122
Name: api2direct.cursor.sh
Address: 44.212.249.0
Name: api2direct.cursor.sh
Address: 23.21.235.102

```

然后我尝试把域名pin到一个IP (/etc/hosts):

52.202.147.75 api2.cursor.sh

然后再试了次, 速度起飞了 :)