cec-monitor icon indicating copy to clipboard operation
cec-monitor copied to clipboard

Deasync Error: Could not locate the bindings file

Open jordiblanchcarles opened this issue 5 years ago • 5 comments

Hello,

I'm trying to use cec-monitor within an ElectronJS v5.0.2 app, but the app is not starting because it throws an error while loading deasync module. Here it is the error thrown:

App threw an error during load Error: Could not locate the bindings file. Tried: → /home/pi/cityadpro_player/node_modules/deasync/build/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/build/Debug/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/build/Release/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/out/Debug/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/Debug/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/out/Release/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/Release/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/build/default/deasync.node → /home/pi/cityadpro_player/node_modules/deasync/compiled/12.0.0/linux/arm/deasync.node at bindings (/home/pi/cityadpro_player/node_modules/bindings/bindings.js:88:9) at Object. (/home/pi/cityadpro_player/node_modules/deasync/index.js:30:31) at Module._compile (internal/modules/cjs/loader.js:808:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:820:10) at Module.load (internal/modules/cjs/loader.js:677:32) at tryModuleLoad (internal/modules/cjs/loader.js:609:12) at Function.Module._load (internal/modules/cjs/loader.js:601:3) at Module.require (internal/modules/cjs/loader.js:715:19) at require (internal/modules/cjs/helpers.js:14:16) at Object. (/home/pi/cityadpro_player/node_modules/@senzil/cec-monitor/lib/cec-monitor.js:17:39)

Does anybody have any clue about how to solve this problem?

Thank you!

jordiblanchcarles avatar Jun 04 '19 14:06 jordiblanchcarles