{"record":{"id":"14bea798aaa640ed","repo":"AlistGo/alist","slug":"driver-not-init-14bea7","errorCode":null,"errorMessage":"driver not init","messagePattern":"driver not init","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/aliyundrive_share/driver.go","lineNumber":77,"sourceCode":"\t})\n\td.limitLink = rateg.LimitFnCtx(d.link, rateg.LimitFnOption{\n\t\tLimit:  1,\n\t\tBucket: 1,\n\t})\n\treturn nil\n}\n\nfunc (d *AliyundriveShare) Drop(ctx context.Context) error {\n\tif d.cron != nil {\n\t\td.cron.Stop()\n\t}\n\td.DriveId = \"\"\n\treturn nil\n}\n\nfunc (d *AliyundriveShare) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) {\n\tif d.limitList == nil {\n\t\treturn nil, fmt.Errorf(\"driver not init\")\n\t}\n\treturn d.limitList(ctx, dir)\n}\n\nfunc (d *AliyundriveShare) list(ctx context.Context, dir model.Obj) ([]model.Obj, error) {\n\tfiles, err := d.getFiles(dir.GetID())\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\treturn utils.SliceConvert(files, func(src File) (model.Obj, error) {\n\t\treturn fileToObj(src), nil\n\t})\n}\n\nfunc (d *AliyundriveShare) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) {\n\tif d.limitLink == nil {\n\t\treturn nil, fmt.Errorf(\"driver not init\")\n\t}","sourceCodeStart":59,"sourceCodeEnd":95,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/aliyundrive_share/driver.go#L59-L95","documentation":"Error \"driver not init\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/aliyundrive_share/driver.go:77 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the storage configuration and the provider's service status, fix the indicated cause, and retry the operation."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"843d9dc8149126976b2625911e45a4d3ffd6f2f5","analyzedAt":"2026-08-15T12:14:11.722Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}