`Error: 401 {"type":"error","error":{"type":"authentication_e` が出るときに見えていたこと
まず、この件は「認証情報が無効です」という 401 で、報告されている文面はどの issue でもかなり似ています。今回の症状クラスタでは、代表 issue のエラー文が次の形でした。 ```text Error: 401 {"type":"error","error":{"type":"authentication_error","message":"Invalid authentication credentials"},"request_id":"req_011CcxEXkC4V93twN7Wd7Be7"} ``` 同じクラスタに含まれている #79249 と #79242 でも、どちらもこの 401 が出ています。`request_id` はそれぞれ違いますが、返ってきたメッセージ自体は同じです。 #79249: [#79249](https://github.com/anthropics/claude-code/issues/79249) #79242: [#79242](https://github.com/anthropics/claude-code/issues/792
papoo.work