Quote:
Originally Posted by Damianonymous
Change line 18 in package.json to:
Code:
"MFCAuto": "Damianonymous/MFCAuto",
|
Well, that actually worked to my surprise.
But upon running 'node main.js', it starts up correctly then gives this:
Quote:
[00:29:24] Server listening on: 0.0.0.0:8888
[2019/01/11 - 00:29:25] Connecting to MyFreeCams websocket server xchat63...
[2019/01/11 - 00:29:26] Login handshake completed. Logged in as 'Guest22003' with sessionId 431235452
[00:29:28] [DEBUG] Start new cycle.
[00:29:28] 1549 model(s) online.
[00:29:28] [DEBUG] 0 model(s) in the queue.
[00:29:28] [DEBUG] 1 model(s) in config.
[00:29:28] [DEBUG] 1 model(s) to recording.
[00:29:28] HOTREAL36DD now online - starting recording process.
[00:29:28] Done, will search for new models in 30 second(s).
events.js:167
throw er; // Unhandled 'error' event
^
Error: spawn mfcd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:232:19)
at onErrorNT (internal/child_process.js:407:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:238:12)
at onErrorNT (internal/child_process.js:407:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
|
so so close. lol
Any ideas?