Hi, i'm facing a really weird error, with the component, when i try to load it using Also Express i get this in logs:
events.js:160
throw er; // Unhandled 'error' event
^
Error: bind EADDRINUSE null:8000
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at cb (net.js:1322:16)
at rr (cluster.js:625:14)
at Worker.<anonymous> (cluster.js:594:9)
at process.<anonymous> (cluster.js:765:8)
at emitTwo (events.js:111:20)
at process.emit (events.js:191:7)
at processEmit [as emit] (/home/jberrocal/Projects/sandbox/AlkaidPingPong/node_modules/sqlite3/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js:146:32)
at process.nextTick (internal/child_process.js:744:12)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
[log]
Telegram Worker 7998 died with code: 1, and signal: null, Starting a new worker
but if i run only the file where is located the telegram bot it works fine, any idea???