Comfy-Org/ComfyUI · error · Exception

Polling aborted due to error: {e}

Error message

Polling aborted due to error: {e}

What it means

Error "Polling aborted due to error: {e}" thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/util/client.py:464

            f"(~{int(max_poll_attempts * poll_interval)}s of active polling)."
        )
    except ProcessingInterrupted:
        raise
    except (LocalNetworkError, ApiServerError):
        raise
    except Exception as e:
        raise Exception(f"Polling aborted due to error: {e}") from e
    finally:
        stop_ticker.set()
        with contextlib.suppress(Exception):

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Check the underlying polling error and retry.

When it happens

Trigger: Thrown at comfy_api_nodes/util/client.py:464 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/9218422253cd6a77. Report an issue: GitHub.