Comfy-Org/ComfyUI · error · Exception
Veo API error: {poll_response.error.message} (code: {poll_re
Error message
Veo API error: {poll_response.error.message} (code: {poll_response.error.code}) What it means
Error "Veo API error: {poll_response.error.message} (code: {poll_response.error.code})" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_veo2.py:211
poll_interval=5.0,
estimated_duration=AVERAGE_DURATION_VIDEO_GEN,
)
# Now check for errors in the final response
# Check for error in poll response
if poll_response.error:
raise Exception(f"Veo API error: {poll_response.error.message} (code: {poll_response.error.code})")
# Check for RAI filtered content
if (View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Check the Veo API error message and code and adjust the request.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_veo2.py:211 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/208ed8925fe57a21.
Report an issue: GitHub.