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

I can't get my extend script to run from terminal

New Here ,
May 24, 2024 May 24, 2024

I am trying to run a script to see if media encoder is currently encoding. I run it from the debugger in vs code and it works fine. but when i try to run it in terminal with:

 

"/Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/MacOS/Adobe Media Encoder 2023" --console es.processFile "~/Documents/readProg.jsx"

 

All i get is this error: 

 

 

objc[11490]: Class CustomWKWebView is implemented in both /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/Frameworks/Registration.framework/Versions/A/Registration (0x14d04e690) and /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/MacOS/Adobe Media Encoder 2023 (0x107af69f0). One of the two will be used. Which one is undefined.

objc[11490]: Class NativeBrowser is implemented in both /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/Frameworks/Registration.framework/Versions/A/Registration (0x14d04e6e0) and /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/MacOS/Adobe Media Encoder 2023 (0x107af6a40). One of the two will be used. Which one is undefined.

objc[11490]: Class HttpRequestDelegate is implemented in both /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/Frameworks/Registration.framework/Versions/A/Registration (0x14d04e730) and /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/MacOS/Adobe Media Encoder 2023 (0x107af6a90). One of the two will be used. Which one is undefined.

objc[11490]: Class CertificateVerifier is implemented in both /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/Frameworks/Registration.framework/Versions/A/Registration (0x14d04e7a8) and /Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app/Contents/MacOS/Adobe Media Encoder 2023 (0x107af6b08). One of the two will be used. Which one is undefined.

 

any ideas?

TOPICS
Crash , Error or problem
406
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 , May 27, 2024 May 27, 2024

These are not errors related to your script. What you see is diagnostic output in the terminal.

Translate
Adobe Employee , May 29, 2024 May 29, 2024

Either remove the quotes around your path or provide a full absolute path. Command line does not replace the home directory in quoted "~".

Translate
Adobe Employee ,
May 27, 2024 May 27, 2024

These are not errors related to your script. What you see is diagnostic output in the terminal.

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 ,
May 28, 2024 May 28, 2024

I've seen that answer, but in that case why does it not work? it works fine from VS Code. the only thing in the script is to alert("hello"); Am I running this incorectly? 

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
Adobe Employee ,
May 29, 2024 May 29, 2024

Either remove the quotes around your path or provide a full absolute path. Command line does not replace the home directory in quoted "~".

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
Community Beginner ,
Aug 20, 2024 Aug 20, 2024

This does not work, AME will not respond or print to the terminal.

 

Unfortunately you'll need to find another solution.

 

 

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
Adobe Employee ,
Aug 28, 2024 Aug 28, 2024
LATEST

Can you please post your script and the way you call it?

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