{"record":{"id":"90cc037a084c1750","repo":"diegosouzapw/OmniRoute","slug":"theoldllm-proxy-unavailable","errorCode":"THEOLDLLM_PROXY_UNAVAILABLE","errorMessage":"The Old LLM proxy assignment has no active proxies. Configure or enable a proxy and retry.","messagePattern":"The Old LLM proxy assignment has no active proxies\\. Configure or enable a proxy and retry\\.","errorType":"http","errorClass":null,"httpStatus":null,"severity":"error","filePath":"open-sse/executors/theoldllm.ts","lineNumber":289,"sourceCode":"\nfunction buildVercelMitigationError(): string {\n  return JSON.stringify({\n    error: {\n      message:\n        \"The Old LLM is blocked by Vercel for this server egress IP. Configure a residential provider or global proxy for 'theoldllm' and retry.\",\n      type: \"upstream_access_denied\",\n      code: \"THEOLDLLM_VERCEL_MITIGATED\",\n    },\n  });\n}\n\nfunction buildProxyUnavailableError(): string {\n  return JSON.stringify({\n    error: {\n      message:\n        \"The Old LLM proxy assignment has no active proxies. Configure or enable a proxy and retry.\",\n      type: \"proxy_unavailable\",\n      code: \"THEOLDLLM_PROXY_UNAVAILABLE\",\n    },\n  });\n}\n\nasync function fetchUpstreamWithRetry(\n  reqBody: Record<string, unknown>,\n  signal: AbortSignal | null | undefined,\n  log: ExecuteInput[\"log\"]\n): Promise<{ response: Response; body: string; vercelMitigated: boolean }> {\n  let response = await directFetch(reqBody, signal);\n  let body = await response.text();\n  let vercelMitigated = isVercelMitigationResponse(response, body);\n  if (!vercelMitigated && isTokenRejected(response.status, body)) {\n    log?.warn?.(\"THEOLDLLM\", `Token rejected (${response.status}), retrying with fresh token…`);\n    response = await directFetch(reqBody, signal);\n    body = await response.text();\n    vercelMitigated = isVercelMitigationResponse(response, body);\n  }","sourceCodeStart":271,"sourceCodeEnd":307,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/open-sse/executors/theoldllm.ts#L271-L307","documentation":"Error \"The Old LLM proxy assignment has no active proxies. Configure or enable a proxy and retry.\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at open-sse/executors/theoldllm.ts:289 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d","analyzedAt":"2026-08-25T18:35:09.898Z","schemaVersion":2},"datasetVersion":"2026-08-25T21:54:21.419Z"}