fcamarlinghi / grunt-cep

A Grunt plugin that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.
Apache License 2.0
50 stars 21 forks source link

'Missing DispatchInfo detected' when using debug mode #32

Closed danabrey closed 6 years ago

danabrey commented 6 years ago

I'm trying to use the cep:debug task to debug my extension, but am hitting the following error, taken from: CEP8-IDSN.log

2018-10-22 14:32:30:153 : DEBUG Found extension with id 'acme.indesign.exporter.panel.debug'
2018-10-22 14:32:30:156 : DEBUG Missing DispatchInfo detected
2018-10-22 14:32:30:158 : INFO  Removing extension with id 'acme.indesign.exporter.panel.debug' because it is incomplete

Packaging the extension using cep:release and installing it results in the extension being loaded as expected. When comparing the two manifest.xml files - one from the installed packaged extension in C:\Program Files (x86)\Common Files\Adobe\CEP\extensions and one from the debug-mode extension in %APPDATA%\Roaming\Adobe\CEP\extensions - the only difference is the .debug suffix on the extension ID and the (debug) suffix on the extension name.

Any ideas what may be causing this?

danabrey commented 6 years ago

Opened in error during Github system issues.