Copy link to clipboard
Copied
I'm trying to package and install a CEP Panel for Adobe Premiere Pro.
However, I encountered an error with code -411.
I'm unable to find information about this error code.
please help me.
- MacOS Ventura 13.4
- Adobe Premiere Pro 2023
My Panel Structure is like this.
# certification
./ZXPSignCmd-64bit -selfSignedCert US NY MyCompany MyCommonName abc123 MyCert.p12
>> success
# sign
./ZXPSignCmd-64bit -sign MyPanel/ MyPanel.zxp MyCert.p12 abc123 -tsa http://timestamp.digicert.com/
>> success
>> MyPanel.zxp has created.
# install
./UnifiedPluginInstallerAgent --install /Users/user/dev/etri_2023_plugin/MyPanel.zxp
Installing extension with file path = /Users/user/dev/etri_2023_plugin/MyPanel.zxp
Failed to install, status = -411!
-411 = "Compatible Creative Cloud app not found."
In your extension's manifest, what version(s) of PPro does it say it supports? (you can find it in the <HostList> section)
I solved the problme. the manifest file was wrong.
Thank you!
Copy link to clipboard
Copied
-411 = "Compatible Creative Cloud app not found."
In your extension's manifest, what version(s) of PPro does it say it supports? (you can find it in the <HostList> section)
Copy link to clipboard
Copied
I solved the problme. the manifest file was wrong.
Thank you!