{"record":{"id":"fad15bccb0e743da","repo":"Comfy-Org/ComfyUI","slug":"the-response-contains-no-images-response-code","errorCode":null,"errorMessage":"The response contains no images: {response.code} - {response.message}","messagePattern":"The response contains no images: (.+?) - (.+?)","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_qwen.py","lineNumber":112,"sourceCode":"        item.image\n        for choice in response.output.choices\n        if choice.message\n        for item in choice.message.content\n        if item.image\n    ]\n    if not urls:\n        raise Exception(f\"The response contains no images: {response.code} - {response.message}\")\n    return torch.cat([await download_url_to_image_tensor(url) for url in urls])\n\n","sourceCodeStart":94,"sourceCodeEnd":130,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_qwen.py#L94-L130","documentation":"Error \"The response contains no images: {response.code} - {response.message}\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_qwen.py:112 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Adjust the prompt and try again; the response contained no images."],"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"}