
10-18-2017, 11:23 PM
|
Member
|
|
Join Date: Jun 2017
Posts: 56
|
|
 Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)
Quote:
Originally Posted by Syl0pt
Having a bit of a problem with Horacio's mfc-node-2
I was reading a few pages back on this thread and saw the Forever app mentioned, so I installed it using:
Installation
$ [sudo] npm install forever -g
Usage
forever start app.js
I ran it in the right directory and it threw up warnings about minUptime not set, --spinTime not set, etc.
So i decided to figure out that stuff later and start back up mfc-node the usual way: node main.js.
But upon doing so I now get this message:
Error: listen EADDRINUSE :::9080
at Object._errnoException (util.js:1021:11)
at _exceptionWithHostPort (util.js:1043:20)
at Server.setupListenHandle [as _listen2] (net.js:1344:14)
at listenInCluster (net.js:1385:12)
at Server.listen (net.js:1469:7)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:476:4)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Function.Module.runMain (module.js:665:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3
Any idea what the problem could be?
EDIT TO ADD: Also sometimes I get this message:
module.js:529
throw err;
^
Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/syl0pt/Videos/mfc-node-2/main.js:3:15)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
|
https://www.npmjs.com/package/forever
forever --help
|