{"record":{"id":"5e53c768b58cbf9a","repo":"AlistGo/alist","slug":"e-message-5e53c7","errorCode":null,"errorMessage":"e.Message","messagePattern":"e\\.Message","errorType":"http","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/quark_uc/util.go","lineNumber":95,"sourceCode":"\td.cookieMu.Lock()\n\t__puus := cookie.GetCookie(res.Cookies(), \"__puus\")\n\tif __puus != nil {\n\t\td.Cookie = cookie.SetStr(d.Cookie, \"__puus\", __puus.Value)\n\t\tupdated = true\n\t}\n\tif d.UseTransCodingAddress && d.config.Name == \"Quark\" {\n\t\t__pus := cookie.GetCookie(res.Cookies(), \"__pus\")\n\t\tif __pus != nil {\n\t\t\td.Cookie = cookie.SetStr(d.Cookie, \"__pus\", __pus.Value)\n\t\t\tupdated = true\n\t\t}\n\t}\n\td.cookieMu.Unlock()\n\tif updated {\n\t\top.MustSaveDriverStorage(d)\n\t}\n\tif e.Status >= 400 || e.Code != 0 {\n\t\treturn nil, errors.New(e.Message)\n\t}\n\treturn res.Body(), nil\n}\n\nfunc (d *QuarkOrUC) GetFiles(parent string) ([]model.Obj, error) {\n\tfiles := make([]model.Obj, 0)\n\tpage := 1\n\tsize := 100\n\tquery := map[string]string{\n\t\t\"pdir_fid\":             parent,\n\t\t\"_size\":                strconv.Itoa(size),\n\t\t\"_fetch_total\":         \"1\",\n\t\t\"fetch_all_file\":       \"1\",\n\t\t\"fetch_risk_file_name\": \"1\",\n\t}\n\tif d.OrderBy != \"none\" {\n\t\tquery[\"_sort\"] = \"file_type:asc,\" + d.OrderBy + \":\" + d.OrderDirection\n\t}","sourceCodeStart":77,"sourceCodeEnd":113,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/quark_uc/util.go#L77-L113","documentation":"Error \"e.Message\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/quark_uc/util.go:95 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-15T17:31:12.345Z"}