{"record":{"id":"7b9b1ffe3f0f2293","repo":"deepseek-ai/deepseek-harness","slug":"session-session-id-is-not-live-in-this-store","errorCode":null,"errorMessage":"session \"${session.id}\" is not live in this store","messagePattern":"session \"(.+?)\" is not live in this store","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/core/session/src/index.ts","lineNumber":1045,"sourceCode":"      try {\n        return callback(...callbackArgs)\n      } catch (error: unknown) {\n        // Preserve the listener's exact rejection value; flush is a caller-owned\n        // failure boundary, and Cordis listeners may throw arbitrary values.\n        // oxlint-disable-next-line typescript/prefer-promise-reject-errors\n        return Promise.reject(error)\n      }\n    }))\n    const failure = results.find((result): result is PromiseRejectedResult => result.status === 'rejected')\n    if (failure !== undefined) throw failure.reason\n    return callbacks.length > 0\n  }\n\n  /** Return the exact live entry; detached/prepared objects reject. */\n  private liveEntryFor(session: Session): SessionEntry {\n    const entry = attachments.get(session)\n    if (entry === undefined || this.store.get(entry.id) !== entry) {\n      throw new Error(`session \"${session.id}\" is not live in this store`)\n    }\n    return entry\n  }\n\n  /**\n   * Look up a live session.\n   * @param id - the session id to look up.\n   * @returns the session, or undefined when no live session has that id.\n   */\n  get(id: SessionId): Session | undefined {\n    return this.store.get(id)?.session\n  }\n\n  /**\n   * All live sessions, in creation order.\n   * @returns a fresh array; mutating it does not affect the store.\n   */\n  list(): Session[] {","sourceCodeStart":1027,"sourceCodeEnd":1063,"githubUrl":"https://github.com/deepseek-ai/deepseek-harness/blob/b150a551b8d465e31e418e1b2eaf5e79bbb7d28e/packages/core/session/src/index.ts#L1027-L1063","documentation":"Error \"session \"${session.id}\" is not live in this store\" thrown in deepseek-ai/deepseek-harness.","triggerScenarios":"Thrown at packages/core/session/src/index.ts:1045 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"}