PowerApps-Tooling icon indicating copy to clipboard operation
PowerApps-Tooling copied to clipboard

Error PA3013

Open davidjenkins opened this issue 1 year ago • 0 comments

We have a few apps where problems like this occur, and some apps that don't. Using PAC v2.0.31, installed through VS Code. Running on local VS Code terminal (no scripting or remote environments) using pac solution sync --processCanvasApps --packagetype both on a previously cloned (pac solution clone) solution.

Error message that appears in terminal:

Warning PA2002: Validation issue: Group control grpSync_1's state refers to non-existent child Image4_4 Warning PA2002: Validation issue: Group control grpSync_2's state refers to non-existent child Image4_6 source format version: 0.24 Warning PA2001: Checksum mismatch. Checksum indicates that sources have been edited since they were unpacked. If this was intentional, ignore this warning. Microsoft PowerPlatform CLI Version: 1.30.7+ge6211cf Online documentation: https://aka.ms/PowerPlatformCLI Feedback, Suggestions, Issues: https://github.com/microsoft/powerplatform-build-tools/discussions

Error: Error PA3013: Property Value Changed: TopParent.Children[12].GroupedControlsKey Error PA3013: Property Value Changed: TopParent.Children[12].GroupedControlsKey Error PA3013: Property Value Changed: TopParent.Children[0].Template.ComponentDefinitionInfo.Children[12].GroupedControlsKey
Error PA3013: Property Value Changed: TopParent.Children[0].Template.ComponentDefinitionInfo.Children[12].GroupedControlsKey
Error PA3011: Roundtrip validation on unpack failed. You have found a bug; this is not a specific bug, rather an indicator that some bug has been encountered. Please open an issue and log the entirety of this error log at https://github.com/microsoft/PowerApps-Language-Tooling

Error PA3013: Property Value Changed: TopParent.Children[12].GroupedControlsKey Error PA3013: Property Value Changed: TopParent.Children[12].GroupedControlsKey Error PA3013: Property Value Changed: TopParent.Children[0].Template.ComponentDefinitionInfo.Children[12].GroupedControlsKey
Error PA3013: Property Value Changed: TopParent.Children[0].Template.ComponentDefinitionInfo.Children[12].GroupedControlsKey
Error PA3011: Roundtrip validation on unpack failed. You have found a bug; this is not a specific bug, rather an indicator that some bug has been encountered. Please open an issue and log the entirety of this error log at https://github.com/microsoft/PowerApps-Language-Tooling

Because of these error messages, we cannot be certain if the unpacked (and re-packed) copy of the canvas app is equal to the originally exported copy, and so we are source controlling in its original packed form, which also means the lead developer cannot use git commits to review/audit the code changes.

davidjenkins avatar Feb 15 '24 19:02 davidjenkins