{"record":{"id":"90815a4a34ee4ad5","repo":"deepseek-ai/deepseek-harness","slug":"client-theme-service-is-not-running","errorCode":null,"errorMessage":"Client Theme service is not running","messagePattern":"Client Theme service is not running","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/extensions/cordis-client-runner/src/client/providers.ts","lineNumber":128,"sourceCode":"      query(method, input) {\n        if (method !== 'listSubTree') throw new Error(`unknown Slots inspect method \"${method}\"`)\n        const slots = ctx.get('slots')\n        if (slots === undefined) throw new Error('Client Slots service is not running')\n        const root = typeof input === 'object' && input !== null && !Array.isArray(input)\n          && typeof input.root === 'string' ? input.root : undefined\n        const trees = slots.snapshot(root)\n        const selected = trees[0]\n        return Promise.resolve({\n          ...root === undefined ? {} : { requestedRoot: { name: root, available: trees.length > 0 } },\n          trees: trees.map(compactSlotTree),\n          ...root === undefined || selected === undefined ? {} : { selected: inspectLiveSlot(selected) },\n          referencedTypes: [],\n        })\n      },\n    },\n    registration('Theme', 'Current theme token names and light/dark override requirements.', 'listTokens', () => {\n      const theme = ctx.get('theme')\n      if (theme === undefined) throw new Error('Client Theme service is not running')\n      return { tokens: theme.exportInspectTokens(), referencedTypes: [] } as unknown as JsonValue\n    }),\n  ]\n}\n\n/* jscpd:ignore-start */\nfunction registration(\n  id: string,\n  description: string,\n  method: string,\n  query: (input: JsonValue | undefined) => JsonValue | Promise<JsonValue>,\n  inputSchema: JsonValue = EMPTY_INPUT,\n  outputSchema: JsonValue = ANY_OUTPUT,\n): ClientCordisInspectProviderRegistration {\n  return {\n    manifest: {\n      id,\n      description,","sourceCodeStart":110,"sourceCodeEnd":146,"githubUrl":"https://github.com/deepseek-ai/deepseek-harness/blob/b150a551b8d465e31e418e1b2eaf5e79bbb7d28e/packages/extensions/cordis-client-runner/src/client/providers.ts#L110-L146","documentation":"Error \"Client Theme service is not running\" thrown in deepseek-ai/deepseek-harness.","triggerScenarios":"Thrown at packages/extensions/cordis-client-runner/src/client/providers.ts:128 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":"b150a551b8d465e31e418e1b2eaf5e79bbb7d28e","analyzedAt":"2026-08-24T18:12:29.105Z","schemaVersion":2},"datasetVersion":"2026-08-24T22:17:12.610Z"}