{"record":{"id":"41c80ba5a2214252","repo":"Comfy-Org/ComfyUI","slug":"vidu-request-does-not-contain-results-state-res","errorCode":null,"errorMessage":"Vidu request does not contain results. State: {response.state}, Error Code: {response.err_code}","messagePattern":"Vidu request does not contain results\\. State: (.+?), Error Code: (.+?)","errorType":"exception","errorClass":"RuntimeError","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_vidu.py","lineNumber":61,"sourceCode":"        response_model=TaskStatusResponse,\n        status_extractor=lambda r: r.state,\n        progress_extractor=lambda r: r.progress,\n        price_extractor=lambda r: r.credits * 0.005 if r.credits is not None else None,\n        max_poll_attempts=max_poll_attempts,\n    )\n    if not response.creations:\n        raise RuntimeError(\n            f\"Vidu request does not contain results. State: {response.state}, Error Code: {response.err_code}\"\n        )\n    return response.creations","sourceCodeStart":43,"sourceCodeEnd":79,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_vidu.py#L43-L79","documentation":"Error \"Vidu request does not contain results. State: {response.state}, Error Code: {response.err_code}\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_vidu.py:61 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the Vidu task state and error code and retry."],"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"}