{"record":{"id":"c4396b717850b53f","repo":"AlistGo/alist","slug":"move-api-call-failed-w","errorCode":null,"errorMessage":"move API call failed: %w","messagePattern":"move API call failed: %w","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/proton_drive/util.go","lineNumber":804,"sourceCode":"\t\tHash:               newHash,\n\t\tOriginalHash:       originalHash,\n\t\tContentHash:        nil,\n\n\t\t// *** Causes rejection ***\n\t\t/* NodePassphraseSignature: srcLink.NodePassphraseSignature, */\n\t}\n\n\t//fmt.Printf(\"DEBUG MoveRequest validation:\\n\")\n\t//fmt.Printf(\"  Name length: %d\\n\", len(moveReq.Name))\n\t//fmt.Printf(\"  Hash: %s\\n\", moveReq.Hash)\n\t//fmt.Printf(\"  OriginalHash: %s\\n\", moveReq.OriginalHash)\n\t//fmt.Printf(\"  NodePassphrase length: %d\\n\", len(moveReq.NodePassphrase))\n\t/* fmt.Printf(\"  NodePassphraseSignature length: %d\\n\", len(moveReq.NodePassphraseSignature)) */\n\t//fmt.Printf(\"  NameSignatureEmail: %s\\n\", moveReq.NameSignatureEmail)\n\n\terr = d.executeMoveAPI(ctx, srcLink.LinkID, moveReq)\n\tif err != nil {\n\t\treturn nil, fmt.Errorf(\"move API call failed: %w\", err)\n\t}\n\n\treturn &model.Object{\n\t\tName:     srcObj.GetName(),\n\t\tSize:     srcObj.GetSize(),\n\t\tModified: srcObj.ModTime(),\n\t\tIsFolder: srcObj.IsDir(),\n\t}, nil\n}\n\nfunc (d *ProtonDrive) reencryptNodePassphrase(ctx context.Context, srcLink *proton.Link, dstParentLinkID string) (string, error) {\n\t// Get source parent link with metadata\n\tsrcParentLink, err := d.getLink(ctx, srcLink.ParentLinkID)\n\tif err != nil {\n\t\treturn \"\", fmt.Errorf(\"failed to get source parent link: %w\", err)\n\t}\n\n\t// Get source parent keyring using link object","sourceCodeStart":786,"sourceCodeEnd":822,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/proton_drive/util.go#L786-L822","documentation":"Error \"move API call failed: %w\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/proton_drive/util.go:804 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"}