{"record":{"id":"0560e97324440237","repo":"Comfy-Org/ComfyUI","slug":"file-type-file-type-is-not-found-in-the-respon","errorCode":null,"errorMessage":"'{file_type}' file type is not found in the response.","messagePattern":"'(.+?)' file type is not found in the response\\.","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_hunyuan3d.py","lineNumber":115,"sourceCode":"def get_file_from_response(\n    response_objs: list[ResultFile3D], file_type: str, raise_if_not_found: bool = True\n) -> ResultFile3D | None:\n    for i in response_objs:\n        if i.Type.lower() == file_type.lower():\n            return i\n    if raise_if_not_found:\n        raise ValueError(f\"'{file_type}' file type is not found in the response.\")\n    return None\n\n","sourceCodeStart":97,"sourceCodeEnd":133,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_hunyuan3d.py#L97-L133","documentation":"Error \"'{file_type}' file type is not found in the response.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_hunyuan3d.py:115 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the Hunyuan3D task response for the available file keys and request one of the supported file types."],"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"}