{"record":{"id":"3b0528708f478969","repo":"Comfy-Org/ComfyUI","slug":"template-template-is-not-recognized","errorCode":null,"errorMessage":"Template '{template}' is not recognized.","messagePattern":"Template '(.+?)' is not recognized\\.","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_pixverse.py","lineNumber":67,"sourceCode":"            outputs=[IO.Custom(PixverseIO.TEMPLATE).Output(display_name=\"pixverse_template\")],\n        )\n\n    @classmethod\n    def execute(cls, template: str) -> IO.NodeOutput:\n        template_id = pixverse_templates.get(template, None)\n        if template_id is None:\n            raise Exception(f\"Template '{template}' is not recognized.\")\n        return IO.NodeOutput(template_id)\n\n","sourceCodeStart":49,"sourceCodeEnd":85,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_pixverse.py#L49-L85","documentation":"Error \"Template '{template}' is not recognized.\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_pixverse.py:67 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Select a recognized PixVerse template."],"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-15T17:31:12.345Z"}