{"record":{"id":"94519d778f41d91b","repo":"AlistGo/alist","slug":"move-failed-retry-limit-reached","errorCode":null,"errorMessage":"move failed: retry limit reached","messagePattern":"move failed: retry limit reached","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/bitqiu/driver.go","lineNumber":296,"sourceCode":"\t\t\tif dstDir != nil {\n\t\t\t\tdstPath = dstDir.GetPath()\n\t\t\t}\n\t\t\tif setter, ok := srcObj.(model.SetPath); ok {\n\t\t\t\tsetter.SetPath(path.Join(dstPath, srcObj.GetName()))\n\t\t\t}\n\t\t\tif o, ok := srcObj.(*Object); ok {\n\t\t\t\to.ParentID = targetParentID\n\t\t\t}\n\t\t\treturn srcObj, nil\n\t\tcase \"10401\", \"10404\":\n\t\t\tif err := d.login(ctx); err != nil {\n\t\t\t\treturn nil, err\n\t\t\t}\n\t\tdefault:\n\t\t\treturn nil, fmt.Errorf(\"move failed: %s\", resp.Message)\n\t\t}\n\t}\n\treturn nil, fmt.Errorf(\"move failed: retry limit reached\")\n}\n\nfunc (d *BitQiu) Rename(ctx context.Context, srcObj model.Obj, newName string) (model.Obj, error) {\n\tif d.userID == \"\" {\n\t\tif err := d.login(ctx); err != nil {\n\t\t\treturn nil, err\n\t\t}\n\t}\n\n\tform := map[string]string{\n\t\t\"resourceId\":  srcObj.GetID(),\n\t\t\"name\":        newName,\n\t\t\"type\":        \"0\",\n\t\t\"org_channel\": orgChannel,\n\t}\n\tif srcObj.IsDir() {\n\t\tform[\"type\"] = \"1\"\n\t}","sourceCodeStart":278,"sourceCodeEnd":314,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/bitqiu/driver.go#L278-L314","documentation":"Error \"move failed: retry limit reached\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/bitqiu/driver.go:296 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["The operation kept failing through all retries; check the account status, network, and provider service health, then try again later."],"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"}