View Single Post
  #1451  
Old 06-13-2018, 11:10 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Looks like you missed a "npm install" step.

You have to install all dependencies. However, I don't think it will help you. This script requires MFCAuto package, which was taken down recently by DMCA notice. I suppose "npm install" command will fail to download the package. Probably that is the reason why you have a problem in the first place.

The solution will be
1) to ask someone who has "MFCAuto" package to send it to you,
2) remove the line having MFCAuto from package.json,
3) run "npm install" command,
4) copy MFCAuto package to your node_modules folder.

Quote:
Originally Posted by Wynd View Post
Does this still work at all anymore? I followed the instructions installed all the required stuff and i'm getting this as an error?

PS C:\-nm-mfc2> node.exe main.js
module.js:487
throw err;
^

Error: Cannot find module 'bluebird'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\-nm-mfc2\main.js:5:15)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
PS C:\-nm-mfc2>

Any help would be greatly appreciated, im so sick of using a screen recorder.
Reply With Quote