{"record":{"id":"ee4d72ebba0a42c5","repo":"Comfy-Org/ComfyUI","slug":"no-video-was-found-in-the-response-full-response","errorCode":null,"errorMessage":"No video was found in the response. Full response: {file_result.model_dump()}","messagePattern":"No video was found in the response\\. Full response: (.+?)","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"comfy_api_nodes/nodes_minimax.py","lineNumber":103,"sourceCode":"        cls,\n        ApiEndpoint(path=\"/proxy/minimax/files/retrieve\", query_params={\"file_id\": int(file_id)}),\n        response_model=MinimaxFileRetrieveResponse,\n    )\n\n    file_url = file_result.file.download_url\n    if file_url is None:\n        raise Exception(f\"No video was found in the response. Full response: {file_result.model_dump()}\")\n    if file_result.file.backup_download_url:\n        try:\n            return IO.NodeOutput(await download_url_to_video_output(file_url, timeout=10, max_retries=2))","sourceCodeStart":85,"sourceCodeEnd":121,"githubUrl":"https://github.com/Comfy-Org/ComfyUI/blob/1c6d8d45b3693bfbb32385b410d813a7fd6be216/comfy_api_nodes/nodes_minimax.py#L85-L121","documentation":"Error \"No video was found in the response. Full response: {file_result.model_dump()}\" thrown in Comfy-Org/ComfyUI.","triggerScenarios":"Thrown at comfy_api_nodes/nodes_minimax.py:103 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Inspect the logged MiniMax response and retry the generation."],"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"}