{"record":{"id":"3b4390cee0794275","repo":"Comfy-Org/ComfyUI","slug":"no-output-message-found-in-response","errorCode":null,"errorMessage":"No output message found in response","messagePattern":"No output message found in response","errorType":"exception","errorClass":"TypeError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_openai.py","lineNumber":1093,"sourceCode":"\n    @classmethod\n    def get_message_content_from_response(cls, response: OpenAIResponse) -> list[OutputContent]:\n        \"\"\"Extract message content from the API response.\"\"\"\n        for output in response.output:\n            if output.type == \"message\":\n                return output.content\n        raise TypeError(\"No output message found in response\")\n\n    @classmethod\n    def get_text_from_message_content(cls, message_content: list[OutputContent]) -> str:","sourceCodeStart":1075,"sourceCodeEnd":1111,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_openai.py#L1075-L1111","documentation":"Error \"No output message found in response\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_openai.py:1093 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Retry the request; the OpenAI response contained no output message."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"1c6d8d45b3693bfbb32385b410d813a7fd6be216","analyzedAt":"2026-08-14T19:37:18.893Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}