{"record":{"id":"dac505ef1717319b","repo":"AlistGo/alist","slug":"the-site-does-not-allow-mounted","errorCode":null,"errorMessage":"the site does not allow mounted","messagePattern":"the site does not allow mounted","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/alist_v3/driver.go","lineNumber":67,"sourceCode":"\t\t\treturn err\n\t\t}\n\t}\n\t// re-get the user info\n\t_, _, err = d.request(\"/me\", http.MethodGet, func(req *resty.Request) {\n\t\treq.SetResult(&resp)\n\t})\n\tif err != nil {\n\t\treturn err\n\t}\n\tif utils.SliceContains(resp.Data.Role, model.GUEST) {\n\t\tu := d.Address + \"/api/public/settings\"\n\t\tres, err := base.RestyClient.R().Get(u)\n\t\tif err != nil {\n\t\t\treturn err\n\t\t}\n\t\tallowMounted := utils.Json.Get(res.Body(), \"data\", conf.AllowMounted).ToString() == \"true\"\n\t\tif !allowMounted {\n\t\t\treturn fmt.Errorf(\"the site does not allow mounted\")\n\t\t}\n\t}\n\treturn err\n}\n\nfunc (d *AListV3) Drop(ctx context.Context) error {\n\treturn nil\n}\n\nfunc (d *AListV3) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) {\n\tvar resp common.Resp[FsListResp]\n\t_, _, err := d.request(\"/fs/list\", http.MethodPost, func(req *resty.Request) {\n\t\treq.SetResult(&resp).SetBody(ListReq{\n\t\t\tPageReq: model.PageReq{\n\t\t\t\tPage:    1,\n\t\t\t\tPerPage: 0,\n\t\t\t},\n\t\t\tPath:     dir.GetPath(),","sourceCodeStart":49,"sourceCodeEnd":85,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/alist_v3/driver.go#L49-L85","documentation":"Error \"the site does not allow mounted\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/alist_v3/driver.go:67 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"}