hensm / fx_cast

Chromecast Web Sender SDK implementation for Firefox
https://hensm.github.io/fx_cast/
MIT License
1.89k stars 64 forks source link

Bridge Not Found - Node Module Error #119

Closed leuchtrakete666 closed 4 years ago

leuchtrakete666 commented 4 years ago

running on a Manjaro KDE 5.18

the browser console gives me this output:

Browser_Console_cast_fx.txt

hensm commented 4 years ago

Needs to be built with Node v12.x (rather than v14.x, I think?), since that's the latest the version pkg supports. Just switch it with nvm,

https://github.com/hensm/fx_cast/blob/9aa1cccb617ce13d08cb32c64cb5d7232decb0e3/app/bin/build.js#L198

leuchtrakete666 commented 4 years ago

thanks. i managed to solve the problem with changing to 12.08.

but now there is another issue.