Skip to main content
Participant
March 20, 2019
Question

nodejs error - module xxhash is not a valid win32 application

  • March 20, 2019
  • 1 reply
  • 1086 views

in my Premiere Pro panel, I'm requiring a module 'juice-mediaprobe', for uploading clips to a service. When I run the code with the terminal and 'node .../path/...' command it works fine, but when I run it with Premiere, as soon as I require the 'juice-mediaprobe' module I get an error, saying that the required xxhashmodule is not a valid win32 application

Are there solutions to this problem, what can I try to fix this?

This topic has been closed for replies.

1 reply

Jarda Bereza
Inspiring
March 21, 2019

I don't think that you can require binary modules in CEP. Because hash.node could be C++ compiled into binary.