PProPanel shows a non-working and misleading way to enable Node.js
See original GitHub issuePProPanel is misleading. It contains the --enable-nodejs
directive in the manifest but that directive does nothing, because:
CEFCommandLine
is in the wrong place. It’s under<DispatchInfo>
instead of under<Resources>
.<ExtensionManifest Version="4.0">
, instead of “5.0” or higher (but not “8.0” because then your extension is not loaded, of course…).
If we copy the sample to create our own panel, we expect Node.js to work since --enable-nodejs
is defined. However, it doesn’t work. This can be verified by debugging in Chrome (cep_node is undefined
) and also by enabling verbose logging, opening ~/Library/Logs/CSXS/CEP8-PPRO.log
and seeing that CEFCommandLine is not displayed for PProPanel.
Please add documentation of minimum Version
and CEFCommandLine
location in manifest. I just wasted a whole day on this. The sample here is correct.
Related: #74
Topic
This is an issue regarding:
- The samples contained within this repo.
Versions
- CEP version(s) used [must be
8.x+
for this repo]: 8.0 - Supported CC app(s) and version(s): PPro 12.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to enable NodeJs for HTML5 Panels
Solved: Hi All, We are trying to implement downloading assets from url, in our Premiere pro Panel. From the premiere pro sdk forum...
Read more >Adobe Premiere Pro CEP- Cannot start nodejs localserver ...
Enabling the debug always tells me that the connection is refused, and none of the console logs in the localserver ever get triggered....
Read more >Adobe Community : Popular Discussions - Premiere Pro SDK
Hi All,. We are trying to implement downloading assets from url, in our Premiere pro Panel. From the premiere pro sdk forum we...
Read more >HTML Panel Tips #19: CC2015.1 (CEP6.1) Node.js Fixes
1.2, the unified context has been brought back! Read the relevant section below to find out how to enable it. Node.js is now...
Read more >Deliverable - European Commission
with several directive shots, and metadata detailing how to merge these streams in an immersive display, in coordination with directive and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Apparently, only in my mind. 😉 Pushing, again…
https://github.com/Adobe-CEP/Samples/blob/master/TypeScript/PProPanel-vscode/CSXS/manifest.xml