[Bug] openai-codex 服務商每次請求都因 TypeError('NoneType' object is not iterable)而崩潰(chatgpt.com 回傳的 output 為 null)
📅 2026年7月4日 ✅ 最後驗證 2026年7月4日 ✍️ HermesAgent.download Contributors
使用者回報在 gateway 重啟後,openai-codex 服務商每一次請求都會因 TypeError 崩潰,重新登入也無法解決,因為憑證池雖然重新填入卻立刻再次被抑制。根因是 chatgpt.com 的 Codex 端點在 response.completed 事件中回傳 output: null,OpenAI SDK 2.24.0 的 parse_response() 對 null 值做迴圈導致例外,此例外未被現有的錯誤處理攔截,被記錄為 HTTP None 並導致憑證池被抑制、耗盡。此 issue 已關閉,狀態為已修復。
- 狀態:已修復(資訊來源信任度:官方)
- 元件:agent.優先級:P3
- 原始 issue:NousResearch/hermes-agent#33237
官方來源
發現錯誤或內容過期?
到 GitHub 編輯這一頁