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

ppro panel install error: -411

New Here ,
Jun 20, 2023 Jun 20, 2023

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.

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

Views

114

Translate

Translate

Report

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)

Votes

Translate

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

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

Votes

Translate

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

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)

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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