`Error: 429 {"type":"error","error":{"type":"rate_limit_error` が返るのに、使用量制限ではないと出るときに確認したこと
この症状は、Claude Code 側で API 呼び出しが 429 になり、エラーメッセージに `rate_limit_error` と `Rate limited` が出るものです。今回の issue 群では、いずれも同じ文字列が出ており、しかも「not your usage limit」「Server is temporarily limiting requests」と書かれています。つまり、少なくとも報告上は「自分の利用上限に達した」というより、サーバー側の一時的な制限として見えているケースです。参照できたのは [#73658](https://github.com/anthropics/claude-code/issues/73658)、[#73657](https://github.com/anthropics/claude-code/issues/73657)、[#73656](https://github.com/anthropics/claude-code/issues/73656)、[#73655](https://github.com/anthropics/cla
papoo.work