I have followed the directions on this post to setup CC4C and I am having issues
(BETA: Chrome Capture for Channels - #130 by babsonnexus):
When downloading and installing it hit flags for malware etc. I was able to provide exemptions and remove it from quarantine. I put it in it's own folder on the C Drive. along with the .ps1 file making sure I used the correct path on the task scheduler and all troubleshooting that I can do.
When I open the .exe file on it's own. it opens then closes right away. there was a flash of script that comes up but it just flashes before closing the app. I was able to get a screen shot and this is what it says.
node:events:515
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::5589
at Server.setupListenHandle [as _listen2] (node:net:1422:16)
at listenIn Cluster (node:net:1470:12)
at Server.listen (node:net:1558:7)
at Function.listen (C:\snapshot\chrome-capture-for-channels\node_modules\express\lib\application.js:635:24)
at main (C:\snapshot\chrome-capture-for-channels\main.js)
at Object. (C:\snapshot\chrome-capture-for-channels\main.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:834:12)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1449:8)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at process.runNextTicks [as _tickCallback] (node:internal/process/task_queues:64:3)
at Function.runMain (pkg/prelude/bootstrap.js:1980:13)
at node:internal/main/run_main_module:17:47 {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 5589
}
Node.js v18.5.0
This is the code tht I captured that flashes before it closes but not every time. is there something I am missing to get this to work?
When restarting my computer as part of the troubleshooting it starts to run the task as it opens powershell but does nothing.