Skip to main content
Participant
March 28, 2019
質問

How to fix an uncaught javascript exception error generated in the internal extendscript code

  • March 28, 2019
  • 返信数 1.
  • 5718 ビュー

I have developed a script for after effects and i was testing it in after effects cc 2019 and everything looks perfect however when i tired to run the script from the ScriptUI folder in after effects cc 2018 i got a random error from the internal adobe code.

Just for records, the script was working fine in after effects cc 2018 but for some reason when AE bugged out and i forced it to quit from the task manager i started getting this error

Code Error in Extendscript Debugger

Any help would be really appreciated! Thank you guys.

このトピックへの返信は締め切られました。

返信数 1

Tomas Sinkunas
Legend
March 28, 2019

Do you have a try/catch block in your code that deals with exceptions?

From what I can tell looking at the code is that it throws SyntaxError() function, but there's no catch statement to actually catch it.

vivoilpazzo作成者
Participant
March 28, 2019

Thank you Thomas for the tip but the problem is that this abort function belong to Adobe extendscript internal code not the one i wrote.

And it only occurs in After effects CC2018 and below! because the AE2019 is working fine.

Tomas Sinkunas
Legend
March 28, 2019

What do you mean by "Adobe extendscript internal code"?