{"record":{"id":"40cdbd94b5145dfc","repo":"AlistGo/alist","slug":"terabox-is-not-yet-available-in-this-area-40cdbd","errorCode":null,"errorMessage":"terabox is not yet available in this area","messagePattern":"terabox is not yet available in this area","errorType":"http","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/terabox/util.go","lineNumber":155,"sourceCode":"\t\t\"dir\": dir,\n\t}\n\tif d.OrderBy != \"\" {\n\t\tparams[\"order\"] = d.OrderBy\n\t\tif d.OrderDirection == \"desc\" {\n\t\t\tparams[\"desc\"] = \"1\"\n\t\t}\n\t}\n\tres := make([]File, 0)\n\tfor {\n\t\tparams[\"page\"] = strconv.Itoa(page)\n\t\tparams[\"num\"] = strconv.Itoa(num)\n\t\tvar resp ListResp\n\t\t_, err := d.get(\"/api/list\", params, &resp)\n\t\tif err != nil {\n\t\t\treturn nil, err\n\t\t}\n\t\tif resp.Errno == 9000 {\n\t\t\treturn nil, fmt.Errorf(\"terabox is not yet available in this area\")\n\t\t}\n\t\tif len(resp.List) == 0 {\n\t\t\tbreak\n\t\t}\n\t\tres = append(res, resp.List...)\n\t\tpage++\n\t}\n\treturn res, nil\n}\n\nfunc sign(s1, s2 string) string {\n\tvar a = make([]int, 256)\n\tvar p = make([]int, 256)\n\tvar o []byte\n\tvar v = len(s1)\n\tfor q := 0; q < 256; q++ {\n\t\ta[q] = int(s1[(q % v) : (q%v)+1][0])\n\t\tp[q] = q","sourceCodeStart":137,"sourceCodeEnd":173,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/terabox/util.go#L137-L173","documentation":"Error \"terabox is not yet available in this area\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/terabox/util.go:155 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"}