{"record":{"id":"abd962da21d2004b","repo":"openclaw/openclaw","slug":"tab-tabid-is-paused-for-openclaw","errorCode":null,"errorMessage":"tab ${tabId} is paused for OpenClaw","messagePattern":"tab (.+?) is paused for OpenClaw","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"extensions/browser/chrome-extension/modules/tab-access.js","lineNumber":264,"sourceCode":"    return {\n      accessible: !denied && selected,\n      eligible: true,\n      denied,\n      reason: denied ? \"paused\" : selected ? null : \"not-selected\",\n      tab,\n    };\n  }\n\n  async function requireTab(tabId, epoch = capture(tabId)) {\n    const state = await inspectTab(tabId, epoch);\n    if (state.accessible) {\n      return state.tab;\n    }\n    if (state.reason === \"revoked\") {\n      throw new Error(`tab ${tabId} access was revoked`);\n    }\n    if (state.reason === \"paused\") {\n      throw new Error(`tab ${tabId} is paused for OpenClaw`);\n    }\n    if (state.reason === \"not-selected\") {\n      throw new Error(`tab ${tabId} is not in the OpenClaw tab group`);\n    }\n    if (state.reason === \"incognito\") {\n      throw new Error(`tab ${tabId} is incognito and unavailable to OpenClaw`);\n    }\n    throw new Error(`tab ${tabId} is restricted or unavailable to OpenClaw`);\n  }\n\n  async function listAccessibleTabs({ allowDuringTransition = false } = {}) {\n    await initialize(mode);\n    for (;;) {\n      const listRevision = discoveryRevision;\n      if (!enabled || (transitioning && !allowDuringTransition)) {\n        return [];\n      }\n      const tabs = await chromeApi.tabs.query({});","sourceCodeStart":246,"sourceCodeEnd":282,"githubUrl":"https://github.com/openclaw/openclaw/blob/01804a75319da4b69c9ab98ceaa30477e22b8c0b/extensions/browser/chrome-extension/modules/tab-access.js#L246-L282","documentation":"Error \"tab ${tabId} is paused for OpenClaw\" thrown in openclaw/openclaw.","triggerScenarios":"Thrown at extensions/browser/chrome-extension/modules/tab-access.js:264 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":"01804a75319da4b69c9ab98ceaa30477e22b8c0b","analyzedAt":"2026-08-12T04:37:58.197Z","schemaVersion":2},"datasetVersion":"2026-08-12T13:17:24.610Z"}