Comfy-Org/ComfyUI · error · RuntimeError
Vidu request does not contain results. State: {response.stat
Error message
Vidu request does not contain results. State: {response.state}, Error Code: {response.err_code} What it means
Error "Vidu request does not contain results. State: {response.state}, Error Code: {response.err_code}" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_vidu.py:61
response_model=TaskStatusResponse,
status_extractor=lambda r: r.state,
progress_extractor=lambda r: r.progress,
price_extractor=lambda r: r.credits * 0.005 if r.credits is not None else None,
max_poll_attempts=max_poll_attempts,
)
if not response.creations:
raise RuntimeError(
f"Vidu request does not contain results. State: {response.state}, Error Code: {response.err_code}"
)
return response.creationsView on GitHub (pinned to 1c6d8d45b3)
Solutions
- Check the Vidu task state and error code and retry.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_vidu.py:61 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/41c80ba5a2214252.
Report an issue: GitHub.