{"record":{"id":"9a698272288e48ac","repo":"Comfy-Org/ComfyUI","slug":"unsupported-3d-format-file-format-or-unknown","errorCode":null,"errorMessage":"Unsupported 3D format '{file_format or 'unknown'}'. Tripo import supports: {', '.join(f.upper() for f in cls.SUPPORTED_FORMATS)}.","messagePattern":"Unsupported 3D format '(.+?)'\\. Tripo import supports: (.+?)\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_tripo.py","lineNumber":976,"sourceCode":"    async def execute(cls, model_3d: Types.File3D) -> IO.NodeOutput:\n        file_format = (model_3d.format or \"\").lstrip(\".\").lower()\n        if file_format == \"gltf\":\n            raise ValueError(\n                \"GLTF (.gltf) references external files and cannot be imported. Export a single-file GLB instead.\"\n            )\n        if file_format not in cls.SUPPORTED_FORMATS:\n            raise ValueError(\n                f\"Unsupported 3D format '{file_format or 'unknown'}'. \"\n                f\"Tripo import supports: {', '.join(f.upper() for f in cls.SUPPORTED_FORMATS)}.\"\n            )","sourceCodeStart":958,"sourceCodeEnd":994,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_tripo.py#L958-L994","documentation":"Error \"Unsupported 3D format '{file_format or 'unknown'}'. Tripo import supports: {', '.join(f.upper() for f in cls.SUPPORTED_FORMATS)}.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_tripo.py:976 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use one of the listed supported 3D formats for Tripo import."],"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"}