{"record":{"id":"39839844149dc911","repo":"AlistGo/alist","slug":"complete-upload-failed-s","errorCode":null,"errorMessage":"complete upload failed: %s","messagePattern":"complete upload failed: (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/bitqiu/driver.go","lineNumber":561,"sourceCode":"\t\t\"status\":      \"0\",\n\t\t\"parentId\":    parentID,\n\t\t\"name\":        name,\n\t\t\"fileUid\":     initData.FileUID,\n\t\t\"fileSid\":     initData.FileSID,\n\t\t\"size\":        strconv.FormatInt(size, 10),\n\t\t\"serverCode\":  serverCode,\n\t\t\"snapTime\":    \"\",\n\t\t\"hash\":        md5sum,\n\t\t\"sampleMd5\":   md5sum,\n\t\t\"org_channel\": orgChannel,\n\t}\n\n\tvar resp Response[Resource]\n\tif err := d.postForm(ctx, uploadCompleteURL, form, &resp); err != nil {\n\t\treturn nil, err\n\t}\n\tif resp.Code != successCode {\n\t\treturn nil, fmt.Errorf(\"complete upload failed: %s\", resp.Message)\n\t}\n\n\treturn resp.Data.toObject(parentID, parentPath)\n}\n\nfunc (d *BitQiu) login(ctx context.Context) error {\n\tif d.client == nil {\n\t\treturn fmt.Errorf(\"client not initialized\")\n\t}\n\n\tform := map[string]string{\n\t\t\"passport\":    d.Username,\n\t\t\"password\":    utils.GetMD5EncodeStr(d.Password),\n\t\t\"remember\":    \"0\",\n\t\t\"captcha\":     \"\",\n\t\t\"org_channel\": orgChannel,\n\t}\n\tvar resp Response[LoginData]","sourceCodeStart":543,"sourceCodeEnd":579,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/bitqiu/driver.go#L543-L579","documentation":"Error \"complete upload failed: %s\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/bitqiu/driver.go:561 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Inspect the underlying error details in the message, fix the indicated cause (credentials, network, or provider-side failure), and retry."],"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"}