{"record":{"id":"bab022d34d5e1b1e","repo":"Comfy-Org/ComfyUI","slug":"video-returned-but-no-data-or-url-was-provided","errorCode":null,"errorMessage":"Video returned but no data or URL was provided","messagePattern":"Video returned but no data or URL was provided","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_veo2.py","lineNumber":247,"sourceCode":"            # Check if video is provided as base64 or URL\n            if hasattr(video, \"bytesBase64Encoded\") and video.bytesBase64Encoded:\n                return IO.NodeOutput(InputImpl.VideoFromFile(BytesIO(base64.b64decode(video.bytesBase64Encoded))))\n\n            if hasattr(video, \"gcsUri\") and video.gcsUri:\n                return IO.NodeOutput(await download_url_to_video_output(video.gcsUri))\n\n            raise Exception(\"Video returned but no data or URL was provided\")\n        raise Exception(\"Video generation completed but no video was returned\")\n\n","sourceCodeStart":229,"sourceCodeEnd":265,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_veo2.py#L229-L265","documentation":"Error \"Video returned but no data or URL was provided\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_veo2.py:247 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Retry the generation; the Veo response contained no video data or URL."],"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"}