智能助手网
标签聚合 客户端

/tag/客户端

linux.do · 2026-04-18 16:07:34+08:00 · tech

为什么切换任何模型都报错503呢?佬们救救我 没有AI就不会敲代码了 { “error”: { “code”: 503, “details”: [ { “ @type ”: “ type.googleapis.com/google.rpc.ErrorInfo ”, “domain”: “ cloudcode-pa.googleapis.com ”, “metadata”: { “model”: “gemini-3-flash-agent” }, “reason”: “MODEL_CAPACITY_EXHAUSTED” }, { “ @type ”: “ type.googleapis.com/google.rpc.RetryInfo ”, “retryDelay”: “26s” } ], “message”: “No capacity available for model gemini-3-flash-agent on the server”, “status”: “UNAVAILABLE” } } 14 个帖子 - 9 位参与者 阅读完整话题

linux.do · 2026-04-15 22:09:41+08:00 · tech

今天的宕机真的是离谱。不过,除去算力资源不够用的因素外,客户端本身的缺陷也是反复造成retry的一个重要原因?我发现: 一、 Google AI 开发者论坛上一份标注为"CRITICAL"的 bug 报告揭示了一个严重的客户端缺陷:本地 Language Server 初始化失败后,Antigravity 会进入崩溃循环(crash loop),其后台 Agent 在 Language Server 尚未稳定时便 反复读取 prompt 上下文并尝试重新执行请求 ,导致用户的付费额度(尤其是 Ultra 层的5小时刷新桶)在数分钟内被消耗殆尽。该报告者称此现象每天发生 30–40 次。该缺陷的核心欺骗性在于:错误信息指向"云端服务器容量",但实际故障源是本地 127.0.0.1 回环连接失败——“Priority Ultra 的负载均衡器根本未被触及”。 具体可见 这个链接 二、(至于这一点,记得其他佬友有提供解决方案,各位佬友自行搜索下?) 另一经用户逆向工程确认的 bug 是:当 Antigravity 通过 Remote WSL 扩展连接至 WSL2 时,Language Server 进程被错误地指向 daily/staging 端点 ( daily-cloudcode-pa.googleapis.com ),而非生产端点( cloudcode-pa.googleapis.com )。根源在于 main.js 中的 Tws 函数对 isGcpTos 和 isTierGCPTos 条件的判断在远程场景下发生了异常偏移。 具体可参考 这个链接 抛砖引玉,希望能够找到缓解retry的好法子……(PS:刚刚我的antigravity,retry了40次,才完整跑完 ) 5 个帖子 - 5 位参与者 阅读完整话题

linux.do · 2026-04-15 18:05:16+08:00 · tech

Please run /login · API Error: 403 Just a moment…*{box-sizing:border-box;margin:0;paddi ng:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color: #313131 ;font-family:system-ui,-apple-system,BlinkMacSystemFont,“Segoe UI”,Roboto,“Helvetica Neue”,Arial,“Noto Sans”,sans-serif,“Apple Color Emoji”,“Segoe UI Emoji”,“Segoe UI Symbol”,“Noto Color Emoji”}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;padding-left:1.5rem;max-width:60rem} @media (width <= 720px){.main-content{margin-top:4rem}} #challenge-error-text {background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsb… 1 个帖子 - 1 位参与者 阅读完整话题

linux.do · 2026-04-15 16:28:56+08:00 · tech

最近脚本抓包获取了 cloudflare warp 的 wireguard 配置,打算用 sing-box 去路由实现通过 cf 边缘落地。(通过香港vps连接的,不是国内vps) 另外 sing-box 的配置我已经正确填写了 reserved 值,因为国内连不上 warp ,所以没办法测试是否正常连接。 sing-box version 1.14.0-alpha.4 抓包的 warp 客户端配置如下: warp config json (点击了解更多详细信息) sing-box 配置如下: sing-box config json (点击了解更多详细信息) 2 个帖子 - 2 位参与者 阅读完整话题