FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
03-30-2021 03:22 PM
When installing my app, I see the following error in the log:
Code:
080A0410
Unit:
web.packagemanager.hooks
Description:
Trace message web.common.logger
myApp: Retrieving package manifest failed
Developer information:
source: packageAssets.go | hooks.(*PackageAssetsHook).OnInstall | 61
My package manifest file is attached (I needed to change the .json extension to .csv in order to upload the file). The relevant snapcraft.yaml section is below:
slots:
package-assets:
interface: content
content: package-assets
source:
read:
- $SNAP/package-assets/myApp
Is there any clue that error code can give me, or is there anything obvious that I am doing wrong? Thank you!
Pablo
Solved! Go to Solution.
03-30-2021 09:17 PM
By the way, this error only happens in a Virtual Control (am64 build). On a real ctrlX CORE (arm64 build) the error does not appear and the manifest is found, parsed and loaded.
03-30-2021 10:10 PM
Rebuilt snap from scratch (snapcraft clean) and now the snap loads and the manifest is read in both arm64 and amd64