{"record":{"id":"57766b30eaad7975","repo":"deepseek-ai/deepseek-harness","slug":"invocation-unavailable","errorCode":"invocation-unavailable","errorMessage":"no active Remote method exports this endpoint","messagePattern":"no active Remote method exports this endpoint","errorType":"error_code","errorClass":"TypertGatewayError","httpStatus":null,"severity":"error","filePath":"packages/api/gateway/src/index.ts","lineNumber":253,"sourceCode":"  }\n\n  private resolveSrcDescriptor(namespace: string, method: string, endpoint: string): InvocationDescriptor {\n    const candidates: InvocationDescriptor[] = []\n    for (const [serviceKey, definition] of Object.entries(this.ctx.reflect.props)) {\n      if (definition.type !== 'service') continue\n      const receiver = this.ctx.get(serviceKey) as unknown\n      if (!isObject(receiver)) continue\n      const original = originalOf(receiver)\n      const value = Reflect.get(original, 'typertRemote') as unknown\n      if (value === undefined) continue\n      const binding = readBinding(value, original, serviceKey, endpoint)\n      if (binding.namespace !== namespace) continue\n      const marker = remoteMethods(original).find(candidate => (candidate.exportName ?? candidate.method) === method)\n      if (marker === undefined) continue\n      candidates.push(this.srcDescriptor(binding, marker, method, endpoint))\n    }\n    if (candidates.length === 0) {\n      throw new TypertGatewayError('invocation-unavailable', endpoint, 'no active Remote method exports this endpoint')\n    }\n    if (candidates.length > 1) {\n      throw new TypertGatewayError(\n        'ambiguous-endpoint',\n        endpoint,\n        `multiple active Services export this endpoint: ${candidates.map(candidate => candidate.service).sort().join(', ')}`,\n      )\n    }\n    return candidates[0] as InvocationDescriptor\n  }\n\n  private srcDescriptor(\n    binding: TypertGatewayBinding,\n    marker: ReturnType<typeof remoteMethods>[number],\n    method: string,\n    endpoint: string,\n  ): InvocationDescriptor {\n    const names = methodParameterNames(binding.service, marker.method, endpoint)","sourceCodeStart":235,"sourceCodeEnd":271,"githubUrl":"https://github.com/deepseek-ai/deepseek-harness/blob/b150a551b8d465e31e418e1b2eaf5e79bbb7d28e/packages/api/gateway/src/index.ts#L235-L271","documentation":"Error \"no active Remote method exports this endpoint\" thrown in deepseek-ai/deepseek-harness.","triggerScenarios":"Thrown at packages/api/gateway/src/index.ts:253 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Mount a Remote method that exports this endpoint before calling it."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b150a551b8d465e31e418e1b2eaf5e79bbb7d28e","analyzedAt":"2026-08-24T18:12:29.105Z","schemaVersion":2},"datasetVersion":"2026-08-24T22:17:12.610Z"}