diegosouzapw/OmniRoute · error
ALL_TARGETS_SKIPPED
ALL_TARGETS_SKIPPED
Error message
Service temporarily unavailable: all targets were skipped by pre-dispatch filters
What it means
Error "Service temporarily unavailable: all targets were skipped by pre-dispatch filters" thrown in diegosouzapw/OmniRoute.
Source
Thrown at open-sse/services/combo.ts:2676
// All set retries exhausted — return the final error
// #10681: finalize the decision trace (all targets failed or skipped).
finalizeComboTrace(traceInvocationId, orderedTargets);
finishComboTrace(traceInvocationId, { status: 503 });
if (!lastStatus) {
if (recordedAttempts === 0) {
notifyWebhookEvent("request.failed", {
combo: combo.name,
reason: "ALL_TARGETS_SKIPPED",
latencyMs,
fallbackCount,
});
return withQuotaExhaustionClassification(
errorResponseWithComboDiagnostics(
503,
"Service temporarily unavailable: all targets were skipped by pre-dispatch filters",
buildComboDiag("all_targets_skipped"),
{ code: "ALL_TARGETS_SKIPPED", type: "service_unavailable" }
),
observedFailure ? allObservedFailuresQuota : null
);
}
notifyWebhookEvent("request.failed", {
combo: combo.name,
reason: "ALL_ACCOUNTS_INACTIVE",
latencyMs,
fallbackCount,
});
recordComboFailure(effectiveSessionId, combo.name);
return errorResponseWithComboDiagnostics(
503,
"Service temporarily unavailable: all upstream accounts are inactive",
buildComboDiag("all_accounts_inactive"),
{ code: "ALL_ACCOUNTS_INACTIVE", type: "service_unavailable" }
);
}View on GitHub (pinned to a179ffed5b)
When it happens
Trigger: Thrown at open-sse/services/combo.ts:2676 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of diegosouzapw/OmniRoute@a179ffed5b (2026-08-25).
Data as JSON: /api/errors/fc5a5b8a6727c693.
Report an issue: GitHub.