{"record":{"id":"c71561292e204939","repo":"AlistGo/alist","slug":"e-message-c71561","errorCode":null,"errorMessage":"e.Message","messagePattern":"e\\.Message","errorType":"http","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/mediatrack/util.go","lineNumber":34,"sourceCode":"\nfunc (d *MediaTrack) request(url string, method string, callback base.ReqCallback, resp interface{}) ([]byte, error) {\n\treq := base.RestyClient.R()\n\treq.SetHeader(\"Authorization\", \"Bearer \"+d.AccessToken)\n\tif d.DeviceFingerprint != \"\" {\n\t\treq.SetHeader(\"X-Device-Fingerprint\", d.DeviceFingerprint)\n\t}\n\tif callback != nil {\n\t\tcallback(req)\n\t}\n\tvar e BaseResp\n\treq.SetResult(&e)\n\tres, err := req.Execute(method, url)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\tlog.Debugln(res.String())\n\tif e.Status != \"SUCCESS\" {\n\t\treturn nil, errors.New(e.Message)\n\t}\n\tif resp != nil {\n\t\terr = utils.Json.Unmarshal(res.Body(), resp)\n\t}\n\treturn res.Body(), err\n}\n\nfunc (d *MediaTrack) getFiles(parentId string) ([]File, error) {\n\tfiles := make([]File, 0)\n\turl := fmt.Sprintf(\"https://jayce.api.mediatrack.cn/v4/assets/%s/children\", parentId)\n\tsort := \"\"\n\tif d.OrderBy != \"\" {\n\t\tif d.OrderDesc {\n\t\t\tsort = \"-\"\n\t\t}\n\t\tsort += d.OrderBy\n\t}\n\tpage := 1","sourceCodeStart":16,"sourceCodeEnd":52,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/mediatrack/util.go#L16-L52","documentation":"Error \"e.Message\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/mediatrack/util.go:34 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"}