{"record":{"id":"4832e464490aba2d","repo":"projectdiscovery/nuclei","slug":"dialers-not-initialized-for-s-4832e4","errorCode":null,"errorMessage":"dialers not initialized for %s","messagePattern":"dialers not initialized for (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/reporting/exporters/splunk/splunkhec.go","lineNumber":54,"sourceCode":"\ntype data struct {\n\tEvent *output.ResultEvent `json:\"event\"`\n}\n\n// Exporter type for splunk\ntype Exporter struct {\n\turl            string\n\tauthentication string\n\tsplunk         *http.Client\n}\n\n// New creates and returns a new exporter for splunk\nfunc New(option *Options) (*Exporter, error) {\n\tvar ei *Exporter\n\n\tdialers := protocolstate.GetDialersWithId(option.ExecutionId)\n\tif dialers == nil {\n\t\treturn nil, fmt.Errorf(\"dialers not initialized for %s\", option.ExecutionId)\n\t}\n\n\tvar client *http.Client\n\tif option.HttpClient != nil {\n\t\tclient = option.HttpClient.HTTPClient\n\t} else {\n\t\tclient = &http.Client{\n\t\t\tTimeout: 5 * time.Second,\n\t\t\tTransport: &http.Transport{\n\t\t\t\tMaxIdleConns:        10,\n\t\t\t\tMaxIdleConnsPerHost: 10,\n\t\t\t\tDialContext:         dialers.Fastdialer.Dial,\n\t\t\t\tDialTLSContext:      dialers.Fastdialer.DialTLS,\n\t\t\t\tTLSClientConfig:     &tls.Config{InsecureSkipVerify: option.SSLVerification},\n\t\t\t},\n\t\t}\n\t}\n","sourceCodeStart":36,"sourceCodeEnd":72,"githubUrl":"https://github.com/projectdiscovery/nuclei/blob/265b3a3dec374741614e342f813c10f8b38d2bb7/pkg/reporting/exporters/splunk/splunkhec.go#L36-L72","documentation":"Error \"dialers not initialized for %s\" thrown in projectdiscovery/nuclei.","triggerScenarios":"Thrown at pkg/reporting/exporters/splunk/splunkhec.go:54 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"}