{"record":{"id":"eef6710abdf91d41","repo":"diegosouzapw/OmniRoute","slug":"video-artifact-download-failed","errorCode":"VIDEO_ARTIFACT_DOWNLOAD_FAILED","errorMessage":"Video artifact host could not be resolved","messagePattern":"Video artifact host could not be resolved","errorType":"error_code","errorClass":"VeoArtifactError","httpStatus":502,"severity":"error","filePath":"open-sse/executors/veoaifree-web.ts","lineNumber":420,"sourceCode":"async function assertHostnameResolvesPublic(hostname: string): Promise<void> {\n  const bare =\n    hostname.startsWith(\"[\") && hostname.endsWith(\"]\") ? hostname.slice(1, -1) : hostname;\n  if (isIP(bare)) {\n    if (isPrivateHost(bare)) {\n      throw new VeoArtifactError(\n        \"VIDEO_ARTIFACT_URL_BLOCKED\",\n        \"Video artifact host resolves to a blocked address\",\n        502\n      );\n    }\n    return;\n  }\n\n  let resolved: Array<{ address: string }>;\n  try {\n    resolved = await dns.promises.lookup(bare, { all: true });\n  } catch {\n    throw new VeoArtifactError(\n      \"VIDEO_ARTIFACT_DOWNLOAD_FAILED\",\n      \"Video artifact host could not be resolved\",\n      502\n    );\n  }\n\n  if (!resolved.length) {\n    throw new VeoArtifactError(\n      \"VIDEO_ARTIFACT_DOWNLOAD_FAILED\",\n      \"Video artifact host could not be resolved\",\n      502\n    );\n  }\n\n  for (const { address } of resolved) {\n    if (isPrivateHost(address)) {\n      throw new VeoArtifactError(\n        \"VIDEO_ARTIFACT_URL_BLOCKED\",","sourceCodeStart":402,"sourceCodeEnd":438,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/open-sse/executors/veoaifree-web.ts#L402-L438","documentation":"Error \"Video artifact host could not be resolved\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at open-sse/executors/veoaifree-web.ts:420 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"}