Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ppro panel install error: -411

New Here ,
Jun 20, 2023 Jun 20, 2023

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.

jaehong30555298v2vd_0-1687248309619.png

 

# 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!

 

 

 

 

TOPICS
Error or problem , SDK
299
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Adobe Employee , Jun 20, 2023 Jun 20, 2023

-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)

Translate
New Here , Jul 04, 2023 Jul 04, 2023

I solved the problme. the manifest file was wrong.
Thank you!

Translate
Adobe Employee ,
Jun 20, 2023 Jun 20, 2023

-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)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 04, 2023 Jul 04, 2023
LATEST

I solved the problme. the manifest file was wrong.
Thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines