Comfy-Org/ComfyUI · error · Exception

No video URL in the response: {task_result.model_dump()}

Error message

No video URL in the response: {task_result.model_dump()}

What it means

Error "No video URL in the response: {task_result.model_dump()}" thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_minimax.py:540

        response_model=Hailuo03TaskQueryResponse,
        status_extractor=lambda r: r.task.status,
        failed_statuses=HAILUO_03_FAILED_STATUSES,
        poll_interval=15,
    )
    video_url = task_result.task.content.url if task_result.task.content else None
    if not video_url:
        raise Exception(f"No video URL in the response: {task_result.model_dump()}")
    return IO.NodeOutput(await download_url_to_video_output(video_url))

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Retry the task; the MiniMax response contained no video URL.

When it happens

Trigger: Thrown at comfy_api_nodes/nodes_minimax.py:540 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of Comfy-Org/ComfyUI@1c6d8d45b3 (2026-08-14). Data as JSON: /api/errors/97785fc50426c795. Report an issue: GitHub.