{"record":{"id":"a8e60cb5805faab6","repo":"projectdiscovery/nuclei","slug":"dialers-not-initialized-for-s-a8e60c","errorCode":null,"errorMessage":"dialers not initialized for %s","messagePattern":"dialers not initialized for (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/js/libs/rsync/rsync.go","lineNumber":60,"sourceCode":"\t// ListSharesResponse is the response from the ListShares function.\n\t// this is returned by ListShares function.\n\t// @example\n\t// ```javascript\n\t// const rsync = require('nuclei/rsync');\n\t// const client = new rsync.RsyncClient();\n\t// const listShares = client.ListShares('acme.com', 873);\n\t// log(toJSON(listShares));\n\tRsyncListResponse struct {\n\t\tModules []string\n\t\tFiles   []string\n\t\tOutput  string\n\t}\n)\n\nfunc connectWithFastDialer(ctx context.Context, executionId string, host string, port int) (net.Conn, error) {\n\tdialer := protocolstate.GetDialersWithId(executionId)\n\tif dialer == nil {\n\t\treturn nil, fmt.Errorf(\"dialers not initialized for %s\", executionId)\n\t}\n\treturn dialer.Fastdialer.Dial(ctx, \"tcp\", net.JoinHostPort(host, strconv.Itoa(port)))\n}\n\n// IsRsync checks if a host is running a Rsync server.\n// @example\n// ```javascript\n// const rsync = require('nuclei/rsync');\n// const isRsync = rsync.IsRsync('acme.com', 873);\n// log(toJSON(isRsync));\n// ```\nfunc IsRsync(ctx context.Context, host string, port int) (IsRsyncResponse, error) {\n\texecutionId := ctx.Value(\"executionId\").(string)\n\treturn memoizedisRsync(ctx, executionId, host, port)\n}\n\n// @memo\nfunc isRsync(ctx context.Context, executionId string, host string, port int) (IsRsyncResponse, error) {","sourceCodeStart":42,"sourceCodeEnd":78,"githubUrl":"https://github.com/projectdiscovery/nuclei/blob/265b3a3dec374741614e342f813c10f8b38d2bb7/pkg/js/libs/rsync/rsync.go#L42-L78","documentation":"Error \"dialers not initialized for %s\" thrown in projectdiscovery/nuclei.","triggerScenarios":"Thrown at pkg/js/libs/rsync/rsync.go:60 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"}