errors.md +31 −3
24| `API Error: Repeated 529 Overloaded errors` | [サーバーエラー](#api-error-repeated-529-overloaded-errors) |24| `API Error: Repeated 529 Overloaded errors` | [サーバーエラー](#api-error-repeated-529-overloaded-errors) |
25| `Request timed out` | [サーバーエラー](#request-timed-out)、またはメッセージがインターネット接続に言及している場合は[ネットワーク](#unable-to-connect-to-api) |25| `Request timed out` | [サーバーエラー](#request-timed-out)、またはメッセージがインターネット接続に言及している場合は[ネットワーク](#unable-to-connect-to-api) |
26| `<model> is temporarily unavailable, so auto mode cannot determine the safety of...` | [サーバーエラー](#auto-mode-cannot-determine-the-safety-of-an-action) |26| `<model> is temporarily unavailable, so auto mode cannot determine the safety of...` | [サーバーエラー](#auto-mode-cannot-determine-the-safety-of-an-action) |
27| `Auto mode could not evaluate this action and is blocking it for safety` | [サーバーエラー](#auto-mode-cannot-determine-the-safety-of-an-action) |
28| `Auto mode classifier transcript exceeded context window` | [サーバーエラー](#auto-mode-cannot-determine-the-safety-of-an-action) |
27| `You've hit your session limit` / `You've hit your weekly limit` | [使用制限](#youve-hit-your-session-limit) |29| `You've hit your session limit` / `You've hit your weekly limit` | [使用制限](#youve-hit-your-session-limit) |
28| `Server is temporarily limiting requests` | [使用制限](#server-is-temporarily-limiting-requests) |30| `Server is temporarily limiting requests` | [使用制限](#server-is-temporarily-limiting-requests) |
29| `Request rejected (429)` | [使用制限](#request-rejected-429) |31| `Request rejected (429)` | [使用制限](#request-rejected-429) |
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](/ja/permission-modes#eliminate-prompts-with-auto-mode)がアクションを分類するために使用するモデルがオーバーロードされているため、auto mode はそれをチェックなしで承認する代わりにアクションをブロックしました。[auto mode](/ja/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 適格性](/ja/permission-modes#eliminate-prompts-with-auto-mode)とは無関係です。設定を変更する必要はありません135* これは一時的であり、[auto mode 適格性](/ja/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 はそのアクションに対して通常の権限プロンプトにフォールバックするため、手動で承認または拒否できます。[非インタラクティブモード](/ja/headless)では、トランスクリプトのみが増加し、リトライが成功できないため、実行が中止されます。
155
156**対応方法:**
157
158* 表示されるプロンプトでアクションを承認または拒否してください
159* `/compact` を実行して会話サイズを削減し、後続のアクションが分類器ウィンドウ内に収まるようにしてください
160
133## 使用制限161## 使用制限
134 162
135これらのエラーは、アカウントまたはプランに関連するクォータに達したことを意味します。これらは、すべてに影響する[サーバーエラー](#server-errors)とは異なります。163これらのエラーは、アカウントまたはプランに関連するクォータに達したことを意味します。これらは、すべてに影響する[サーバーエラー](#server-errors)とは異なります。