Cursor报错解决【持续更新中】
we’re having trouble connecting to the model provider. this might be temporary - please try again in a moment.
昨天遇到这个报错,切模型、切模式、切节点,全都不行,结果最后解决方法是重开一个聊天窗口…
model not available
最开始是看要配置cursor让它用代理的端口,但我发现我的代理用的是SOCKS5链接,不是HTTP。而cursor不支持SOCKS5,本地转发流量又非常麻烦。然后看到有人说只添加"cursor.general.disableHttp2": true,
这一行,竟然可以了耶。目前用着感觉还行。
具体做法是:cmd+shift+p, open user settings(JSON),加上"cursor.general.disableHttp2": true,
这一行