You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To clarify - this is something within the Test Extension, correct?
Which app(s) did you try it with? (Photoshop? Illustrator?) Was it using an M1 mac (or greater)?
You mention the debugger - you mean the VSCode ExtendScript Debugger plugin, right? Does a different result happen using the ExtendScript ToolKit? (Understandable if you can't test in this environment.)
Hi, Erin,
As stated in the title, this is "CEP_HTML_Test_Extension-10", which was most recently downloaded and installed from "https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_11.x".
It is tested on macOS 13.6.3/Intel, Illustrator 28.0 and InDesign 19.0, Google Chrome was used for debugging.
TargetSpecifiers is not obtained after Illustrator 2022 (ver.26) in my test environment.
When we call getTargetSpecifiers() method, W get the following message on the debugger and Target Specifiers are not displayed.
"VM266:1 Uncaught SyntaxError: Unexpected end of JSON input"
var targetSpecifiers = VulcanInterface.getTargetSpecifiers(); //Call method in vulcan.html/line:229
return JSON.parse(window.adobe_cep.invokeSync("vulcanGetTargetSpecifiers", JSON.stringify(params))); //vulcan.js/line:35
The text was updated successfully, but these errors were encountered: