Comfy-Org/ComfyUI · error · Exception

No video was found in the response. Full response: {file_res

Error message

No video was found in the response. Full response: {file_result.model_dump()}

What it means

Error "No video was found in the response. Full response: {file_result.model_dump()}" thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_minimax.py:103

        cls,
        ApiEndpoint(path="/proxy/minimax/files/retrieve", query_params={"file_id": int(file_id)}),
        response_model=MinimaxFileRetrieveResponse,
    )

    file_url = file_result.file.download_url
    if file_url is None:
        raise Exception(f"No video was found in the response. Full response: {file_result.model_dump()}")
    if file_result.file.backup_download_url:
        try:
            return IO.NodeOutput(await download_url_to_video_output(file_url, timeout=10, max_retries=2))

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Inspect the logged MiniMax response and retry the generation.

When it happens

Trigger: Thrown at comfy_api_nodes/nodes_minimax.py:103 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/ee4d72ebba0a42c5. Report an issue: GitHub.