mayeaux / nodetube

Open-source YouTube alternative that offers video, audio and image uploads, livestreaming and built-in monetization
MIT License
2.35k stars 266 forks source link

Api key does not start #478

Open Priyanshu-maxMan opened 3 months ago

Priyanshu-maxMan commented 3 months ago

nodetube@1.0.0 start /root/nodetube node --max-old-space-size=4096 app.js

BOOTING APP...

PLUS ENABLED: false

NODE_ENV: development

RUNNING WITH THIS MANY PROCESSES: 1

SAVE AND SERVE FILES DIRECTORY: ./uploads

THE MOST CONTROVERSIAL UPLOAD RATING ALLOWED ON THIS INSTANCE IS: SFW

CACHING IS ON CACHING IS RUNNING AGAINST: mongodb://localhost:27017/nodetube

CONNECTING TO REDIS, HOST: 127.0.0.1, PORT: 6379

CACHE RECENT INTERVAL IN MINUTES: 1 CACHE POPULAR, DAILY STATS AND INDEXES INTERVAL IN MINUTES: 5

CACHE TOTAL VIEW INTERVAL IN MINUTES: 5

(node:48309) [MONGODB DRIVER] DeprecationWarning: The option reconnectTries is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6 08:29:19 AM Calculating view amounts 08:29:20 AM API key does not start with "SG.". { Error: ENOENT: no such file or directory, open '/root/nodetube/node_modules/youtube-dl/bin/details' at Object.fs.openSync (fs.js:646:18) at fs.readFileSync (fs.js:551:33) at module.exports (/root/nodetube/node_modules/youtube-dl/lib/get-binary.js:15:30) at Object. (/root/nodetube/node_modules/youtube-dl/lib/youtube-dl.js:18:41) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object. (/root/nodetube/lib/uploading/importer.js:5:19) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object. (/root/nodetube/controllers/backend/account.js:24:34) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) errno: -2, code: 'ENOENT', syscall: 'open', path: '/root/nodetube/node_modules/youtube-dl/bin/details' } Promise {

{ Error: ENOENT: no such file or directory, open '/root/nodetube/node_modules/youtube-dl/bin/details' at Object.fs.openSync (fs.js:646:18) at fs.readFileSync (fs.js:551:33) at module.exports (/root/nodetube/node_modules/youtube-dl/lib/get-binary.js:15:30) at Object. (/root/nodetube/node_modules/youtube-dl/lib/youtube-dl.js:18:41) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object. (/root/nodetube/lib/uploading/importer.js:5:19) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object. (/root/nodetube/controllers/backend/account.js:24:34) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) errno: -2, code: 'ENOENT', syscall: 'open', path: '/root/nodetube/node_modules/youtube-dl/bin/details' } } { Error: connect ECONNREFUSED 127.0.0.1:4040 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14) errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 4040 } Promise { { Error: connect ECONNREFUSED 127.0.0.1:4040 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14) errno: 'ECONNREFUSED', code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 4040 } } Calculating view amounts 08:30:22 AM