UnicornTranscoder / UnicornFFMPEG

Fake Plex Transcoder to get the arguments for FFMPEG
MIT License
97 stars 14 forks source link

LB_url Error #12

Open cjriemens opened 3 years ago

cjriemens commented 3 years ago

Can anyone help with what i am doing wrong, have already tried several ways. Plex is installed on a containter and I run everything from the host itself.

npm WARN unicorn-ffmpeg@2.2.1 No repository field. root@emflix01:/opt/UnicornFFMPEG# LB_URL=UnicornLoadBalancer.emflix.nl npm start

unicorn-ffmpeg@2.2.1 start /opt/UnicornFFMPEG pkg . -o "bin/Plex Transcoder"

/opt/UnicornFFMPEG/node_modules/globby/index.js:28 } catch { ^

SyntaxError: Unexpected token { at createScript (vm.js:80:10) at Object.runInThisContext (vm.js:139:10) at Module._compile (module.js:616:28) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/opt/UnicornFFMPEG/node_modules/pkg/lib-es5/walker.js:24:38)

npm ERR! Linux 4.15.0-129-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! unicorn-ffmpeg@2.2.1 start: pkg . -o "bin/Plex Transcoder" npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the unicorn-ffmpeg@2.2.1 start script 'pkg . -o "bin/Plex Transcoder"'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the unicorn-ffmpeg package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! pkg . -o "bin/Plex Transcoder" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs unicorn-ffmpeg npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls unicorn-ffmpeg npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /opt/UnicornFFMPEG/npm-debug.log root@emflix01:/opt/UnicornFFMPEG#