{"record":{"id":"97785fc50426c795","repo":"Comfy-Org/ComfyUI","slug":"no-video-url-in-the-response-task-result-model-d","errorCode":null,"errorMessage":"No video URL in the response: {task_result.model_dump()}","messagePattern":"No video URL in the response: (.+?)","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_minimax.py","lineNumber":540,"sourceCode":"        response_model=Hailuo03TaskQueryResponse,\n        status_extractor=lambda r: r.task.status,\n        failed_statuses=HAILUO_03_FAILED_STATUSES,\n        poll_interval=15,\n    )\n    video_url = task_result.task.content.url if task_result.task.content else None\n    if not video_url:\n        raise Exception(f\"No video URL in the response: {task_result.model_dump()}\")\n    return IO.NodeOutput(await download_url_to_video_output(video_url))\n\n","sourceCodeStart":522,"sourceCodeEnd":558,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_minimax.py#L522-L558","documentation":"Error \"No video URL in the response: {task_result.model_dump()}\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_minimax.py:540 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Retry the task; the MiniMax response contained no video 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"}