{"record":{"id":"229795784eb119bb","repo":"projectdiscovery/nuclei","slug":"dialers-with-executionid-s-not-found","errorCode":null,"errorMessage":"dialers with executionId %s not found","messagePattern":"dialers with executionId (.+?) not found","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/catalog/loader/loader.go","lineNumber":857,"sourceCode":"\tcaps := templates.CapabilitiesFromOptions(typesOpts)\n\n\tconcurrency := typesOpts.TemplateLoadingConcurrency\n\tif concurrency <= 0 {\n\t\tconcurrency = types.DefaultTemplateLoadingConcurrency\n\t}\n\n\twgLoadTemplates, errWg := syncutil.New(syncutil.WithSize(concurrency))\n\tif errWg != nil {\n\t\treturn nil, fmt.Errorf(\"could not create wait group: %w\", errWg)\n\t}\n\n\tif typesOpts.ExecutionId == \"\" {\n\t\ttypesOpts.ExecutionId = xid.New().String()\n\t}\n\n\tdialers := protocolstate.GetDialersWithId(typesOpts.ExecutionId)\n\tif dialers == nil {\n\t\treturn nil, fmt.Errorf(\"dialers with executionId %s not found\", typesOpts.ExecutionId)\n\t}\n\n\tfor _, templatePath := range includedTemplates {\n\t\twgLoadTemplates.Add()\n\t\tgo func(templatePath string) {\n\t\t\tdefer wgLoadTemplates.Done()\n\n\t\t\tvar (\n\t\t\t\tmetadata         *index.Metadata\n\t\t\t\tmetadataReusable bool\n\t\t\t)\n\n\t\t\tif store.metadataIndex != nil {\n\t\t\t\tif cachedMetadata, found := store.metadataIndex.Get(templatePath); found {\n\t\t\t\t\tmetadata = cachedMetadata\n\t\t\t\t\tif !indexFilter.Matches(metadata) {\n\t\t\t\t\t\tnoteExcludedByTag(templatePath, metadata)\n\t\t\t\t\t\treturn","sourceCodeStart":839,"sourceCodeEnd":875,"githubUrl":"https://github.com/projectdiscovery/nuclei/blob/265b3a3dec374741614e342f813c10f8b38d2bb7/pkg/catalog/loader/loader.go#L839-L875","documentation":"Error \"dialers with executionId %s not found\" thrown in projectdiscovery/nuclei.","triggerScenarios":"Thrown at pkg/catalog/loader/loader.go:857 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":"265b3a3dec374741614e342f813c10f8b38d2bb7","analyzedAt":"2026-08-15T20:05:51.855Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}