From a06761b59867a8f53ea7d34478575b38b53458b9 Mon Sep 17 00:00:00 2001 From: hhh2210 Date: Fri, 26 Jun 2026 14:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E6=96=AD:=20=E6=89=A9=E5=B1=95=20PCC?= =?UTF-8?q?=20=E9=99=90=E6=B5=81=E6=97=A5=E5=BF=97=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ad3ad93..5b6fb46 100755 --- a/install.sh +++ b/install.sh @@ -232,9 +232,9 @@ do_diagnose(){ echo "## PCC 云端日志(近 3 分钟;只关系语气改写/图乐园/Reframe,端侧功能跟它无关)" { log show --last 3m --predicate 'process == "privatecloudcomputed"' 2>/dev/null \ - | grep -iE 'finished successfully|3200[0-9]|RetryAfter|NWError|3205[0-9]|Insufficient inline|32080' \ + | grep -iE 'finished successfully|3200[0-9]|32033|RetryAfter|retry-after|privacyProxyRateLimited|privacyProxyErrorDomain|private access token|Rate-limited for token issuer|NWError|3205[0-9]|Insufficient inline|32080' \ | tail -8 | sed 's/^/ /'; } || true - echo " (出现 'Ropes request finished successfully' = 云端正常;32001+RetryAfter = 被限流,停手等几小时)" + echo " (出现 'Ropes request finished successfully' = 云端正常;32001/32033/RetryAfter/privacyProxyRateLimited = 被限流或取令牌失败,停手等几小时)" echo echo "════════════════ 诊断报告结束 ════════════════" }