{"record":{"id":"eda1204a24ccf614","repo":"deepseek-ai/deepseek-harness","slug":"typert-protocol-subject-must-contain-only-rpc","errorCode":null,"errorMessage":"typert-protocol: ${subject} must contain only RPC endpoint segment characters","messagePattern":"typert-protocol: (.+?) must contain only RPC endpoint segment characters","errorType":"exception","errorClass":"TypeError","httpStatus":null,"severity":"error","filePath":"packages/typert/protocol/src/index.ts","lineNumber":278,"sourceCode":"    ...(exportName === undefined || exportName === method ? {} : { exportName }),\n    invocation: Object.freeze(invocation),\n  }\n  const current = table.get(method)\n  if (current !== undefined) {\n    if (current.exportName === marker.exportName && sameInvocation(current.invocation, invocation)) return\n    throw new Error(`typert-protocol: Remote method \"${method}\" has conflicting invocation markers`)\n  }\n  table.set(method, Object.freeze(marker))\n}\n\nfunction sameInvocation(left: RemoteInvocationMarker, right: RemoteInvocationMarker): boolean {\n  return left.kind === right.kind\n    && (left.kind === 'direct' || (right.kind === 'context' && left.context === right.context))\n}\n\nfunction validateName(subject: string, value: string): void {\n  if (!isTypertRemoteSegment(value)) {\n    throw new TypeError(`typert-protocol: ${subject} must contain only RPC endpoint segment characters`)\n  }\n}\n","sourceCodeStart":260,"sourceCodeEnd":281,"githubUrl":"https://github.com/deepseek-ai/deepseek-harness/blob/b150a551b8d465e31e418e1b2eaf5e79bbb7d28e/packages/typert/protocol/src/index.ts#L260-L281","documentation":"Error \"typert-protocol: ${subject} must contain only RPC endpoint segment characters\" thrown in deepseek-ai/deepseek-harness.","triggerScenarios":"Thrown at packages/typert/protocol/src/index.ts:278 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use only allowed RPC endpoint segment characters in the named subject."],"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"}