Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VulcanInterface class not working in CEP_HTML_Test_Extension-10 #507

Open
ten-A opened this issue Jan 18, 2024 · 2 comments
Open

VulcanInterface class not working in CEP_HTML_Test_Extension-10 #507

ten-A opened this issue Jan 18, 2024 · 2 comments

Comments

@ten-A
Copy link

ten-A commented Jan 18, 2024

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

@ErinFinnegan
Copy link
Contributor

Hello again @ten-A !

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

cc: @sujaisivanandan

@ten-A
Copy link
Author

ten-A commented Jan 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants