question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PProPanel shows a non-working and misleading way to enable Node.js

See original GitHub issue

PProPanel is misleading. It contains the --enable-nodejs directive in the manifest but that directive does nothing, because:

  1. CEFCommandLine is in the wrong place. It’s under <DispatchInfo> instead of under <Resources>.
  2. <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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bbb999commented, Aug 3, 2018

Apparently, only in my mind. 😉 Pushing, again…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found