Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api key does not start #478

Open
Priyanshu-maxMan opened this issue Aug 19, 2024 · 0 comments
Open

Api key does not start #478

Priyanshu-maxMan opened this issue Aug 19, 2024 · 0 comments

Comments

@Priyanshu-maxMan
Copy link

[email protected] 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant