errors.md +32 −4
24| `API Error: Repeated 529 Overloaded errors` | [Server errors](#api-error-repeated-529-overloaded-errors) |24| `API Error: Repeated 529 Overloaded errors` | [Server errors](#api-error-repeated-529-overloaded-errors) |
25| `Request timed out` | [Server errors](#request-timed-out),或如果訊息提及您的網際網路連線,則為 [Network](#unable-to-connect-to-api) |25| `Request timed out` | [Server errors](#request-timed-out),或如果訊息提及您的網際網路連線,則為 [Network](#unable-to-connect-to-api) |
26| `<model> is temporarily unavailable, so auto mode cannot determine the safety of...` | [Server errors](#auto-mode-cannot-determine-the-safety-of-an-action) |26| `<model> is temporarily unavailable, so auto mode cannot determine the safety of...` | [Server errors](#auto-mode-cannot-determine-the-safety-of-an-action) |
27| `Auto mode could not evaluate this action and is blocking it for safety` | [Server errors](#auto-mode-cannot-determine-the-safety-of-an-action) |
28| `Auto mode classifier transcript exceeded context window` | [Server errors](#auto-mode-cannot-determine-the-safety-of-an-action) |
27| `You've hit your session limit` / `You've hit your weekly limit` | [Usage limits](#youve-hit-your-session-limit) |29| `You've hit your session limit` / `You've hit your weekly limit` | [Usage limits](#youve-hit-your-session-limit) |
28| `Server is temporarily limiting requests` | [Usage limits](#server-is-temporarily-limiting-requests) |30| `Server is temporarily limiting requests` | [Usage limits](#server-is-temporarily-limiting-requests) |
29| `Request rejected (429)` | [Usage limits](#request-rejected-429) |31| `Request rejected (429)` | [Usage limits](#request-rejected-429) |
79 81
80* 檢查 [status.claude.com](https://status.claude.com) 以了解活躍的事件82* 檢查 [status.claude.com](https://status.claude.com) 以了解活躍的事件
81* 等待一分鐘,然後再次傳送您的訊息。您的原始訊息仍在對話中,因此對於長提示,您可以輸入 `try again` 而不是貼上整個內容。83* 等待一分鐘,然後再次傳送您的訊息。您的原始訊息仍在對話中,因此對於長提示,您可以輸入 `try again` 而不是貼上整個內容。
8284* 如果錯誤持續存在且沒有發佈的事件,請執行 `/feedback` 以便 Anthropic 可以使用您的請求詳細資訊進行調查。如果您的提供者上 `/feedback` 不可用,請參閱 [Report an error](#report-an-error)。* 如果錯誤持續存在且沒有發佈的事件,請執行 `/feedback` 以便 Anthropic 可以使用您的請求詳細資訊進行調查。如果您的提供者上 `/feedback` 不可用,請參閱 [回報錯誤](#report-an-error)。
83 85
84### API Error: Repeated 529 Overloaded errors86### API Error: Repeated 529 Overloaded errors
85 87
116 118
117### Auto mode cannot determine the safety of an action119### Auto mode cannot determine the safety of an action
118 120
119121[auto mode](/zh-TW/permission-modes#eliminate-prompts-with-auto-mode) 用來分類動作的模型已過載,因此 auto mode 阻止了該動作而不是未經檢查地批准它。用來 [auto mode](/zh-TW/permission-modes#eliminate-prompts-with-auto-mode) 分類動作的模型無法產生決定,因此 auto mode 沒有自動批准該動作。您看到的訊息取決於分類器失敗的原因。
122
123在您的工作目錄內的讀取、搜尋和編輯會跳過分類器,因此它們在所有這些情況下都能繼續工作。
124
125當分類器模型過載時:
120 126
121```text theme={null}127```text theme={null}
122<model> is temporarily unavailable, so auto mode cannot determine the safety of <tool> right now. Wait briefly and then try this action again.128<model> is temporarily unavailable, so auto mode cannot determine the safety of <tool> right now. Wait briefly and then try this action again.
123```129```
124 130
125在您的工作目錄內的讀取、搜尋和編輯會跳過分類器,因此它們在中斷期間繼續工作。
126
127**要做什麼:**131**要做什麼:**
128 132
129* 幾秒鐘後重試;Claude 看到相同的訊息,通常會自動重試133* 幾秒鐘後重試;Claude 看到相同的訊息,通常會自動重試
130* 如果重試持續失敗,繼續進行唯讀任務,稍後再回到被阻止的動作134* 如果重試持續失敗,繼續進行唯讀任務,稍後再回到被阻止的動作
131* 這是暫時的,與 [auto mode eligibility](/zh-TW/permission-modes#eliminate-prompts-with-auto-mode) 無關;您不需要更改設定135* 這是暫時的,與 [auto mode eligibility](/zh-TW/permission-modes#eliminate-prompts-with-auto-mode) 無關;您不需要更改設定
132 136
137當分類器傳回無法解析的回應時:
138
139```text theme={null}
140Auto mode could not evaluate this action and is blocking it for safety — run with --debug for details
141```
142
143**要做什麼:**
144
145* 重試該動作;這通常在下一次嘗試時成功
146* 執行 `claude --debug` 並重複該動作以在偵錯日誌中查看基礎分類器回應
147
148當對話已增長到超過分類器的上下文視窗時:
149
150```text theme={null}
151Auto mode classifier transcript exceeded context window — falling back to manual approval (try /compact to reduce conversation size)
152```
153
154在互動式工作階段中,auto mode 會針對該動作回退到正常的權限提示,以便您可以手動批准或拒絕它。在 [非互動式模式](/zh-TW/headless) 中,執行會中止,因為文字記錄只會增長,重試無法成功。
155
156**要做什麼:**
157
158* 在出現的提示中批准或拒絕該動作
159* 執行 `/compact` 以減少對話大小,以便後續動作再次適應分類器視窗內
160
133## 使用限制161## 使用限制
134 162
135這些錯誤表示與您的帳戶或計畫相關的配額已達到。它們與影響所有人的 [server errors](#server-errors) 不同。163這些錯誤表示與您的帳戶或計畫相關的配額已達到。它們與影響所有人的 [server errors](#server-errors) 不同。