Comfy-Org/ComfyUI · error · Exception

Rate Limit Exceeded: The server returned 429 after all retry

Error message

Rate Limit Exceeded: The server returned 429 after all retry attempts. Please wait and try again.

What it means

Error "Rate Limit Exceeded: The server returned 429 after all retry attempts. Please wait and try again." thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/util/client.py:823

                        request_method=method,
                        request_url=url,
                        response_status_code=resp.status,
                        response_headers=dict(resp.headers),
                        response_content=body,
                        error_message=msg,
                    )
                    raise Exception(msg)

                if expect_binary:
                    buff = bytearray()

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Wait and retry; the API rate limit was exceeded.

When it happens

Trigger: Thrown at comfy_api_nodes/util/client.py:823 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/6d0eff6c557a0cf1. Report an issue: GitHub.