{"record":{"id":"f556658088f07c49","repo":"langgenius/dify","slug":"blockedcount-seed-task-blockedcount-1","errorCode":null,"errorMessage":"${blockedCount} seed task${blockedCount === 1 ? '' : 's'} blocked. Re-run with --allow-blocked only when partial readiness is intentional.","messagePattern":"(.+?) seed task(.+?) blocked\\. Re-run with --allow-blocked only when partial readiness is intentional\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"e2e/scripts/seed-runner.ts","lineNumber":47,"sourceCode":"\nexport const runSeed = async ({ allowBlocked, dryRun, pack, profile }: SeedOptions) => {\n  console.warn(`[seed] bootstrapping auth state against ${baseURL}`)\n  await ensureAuth()\n\n  const consoleSession = await createStandaloneConsoleSession()\n  try {\n    const results = await runSeedTasks(getTasks(pack, profile), {\n      consoleClient: consoleSession.client,\n      dryRun,\n      resources: new Map(),\n    })\n    const reportName = `${pack}-${profile}`\n    const reportPath = await writeSeedReport(reportName, results)\n    const blockedCount = results.filter((result) => result.status === 'blocked').length\n\n    console.warn(`[seed] report ${reportPath}`)\n    if (blockedCount > 0 && !allowBlocked) {\n      throw new Error(\n        `${blockedCount} seed task${blockedCount === 1 ? '' : 's'} blocked. Re-run with --allow-blocked only when partial readiness is intentional.`,\n      )\n    }\n  } finally {\n    await consoleSession.dispose()\n  }\n}\n","sourceCodeStart":29,"sourceCodeEnd":55,"githubUrl":"https://github.com/langgenius/dify/blob/ef8544b173fd6cd7a8e71df2cab576e52bebbfbc/e2e/scripts/seed-runner.ts#L29-L55","documentation":"Error \"${blockedCount} seed task${blockedCount === 1 ? '' : 's'} blocked. Re-run with --allow-blocked only when partial readiness is intentional.\" thrown in langgenius/dify.","triggerScenarios":"Thrown at e2e/scripts/seed-runner.ts:47 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":"ef8544b173fd6cd7a8e71df2cab576e52bebbfbc","analyzedAt":"2026-08-12T05:15:17.394Z","schemaVersion":2},"datasetVersion":"2026-08-12T13:17:24.610Z"}