Quote:
Originally Posted by James Halpert
Just install virtualbox, any PC made in the last 7-8 years is capable of running virtualbox. Within VirtualBox a Debian 7 VM would only need 256MB or so worth of RAM, and 1 core should suffice, 2 cores if you have a crap CPU (like one of those piece of shit i3 or i5 CPUs).
Best part is, its all open source and free, plus its far easier to setup and work with than installing an OS on a spare PC.
|
Thanks for the tip, I installed virtualbox on my PC couldn't find Debian 7 so I installed 8, I couldn't get the original script working so I tried the fork version and I got it running but it's not recording, it just creates empty folders with model names, not sure what I'm doing wrong, this is what my output log looks like...
Code:
23/05/2015 02:12:21 AM INFO:Starting application: version 7.0
23/05/2015 02:12:21 AM INFO:Connecting to https://chaturbate.com/auth/login/
23/05/2015 02:12:21 AM INFO:Starting new HTTPS connection (1): chaturbate.com
23/05/2015 02:12:23 AM INFO:Redirecting to https://chaturbate.com/followed-cams/
23/05/2015 02:12:24 AM INFO:[Models_list] 4 models are online: [u'model01', u'model02', u'model03', u'model04']
23/05/2015 02:12:24 AM INFO:[Select_models] Which models are approved?
23/05/2015 02:12:24 AM INFO:[Select_models] model02 is approved
23/05/2015 02:12:24 AM INFO:[Select_models] model03 is approved
23/05/2015 02:12:24 AM INFO:Starting recording of model02
23/05/2015 02:12:25 AM INFO:Starting recording of model03
23/05/2015 02:12:26 AM INFO:Waiting for 45 seconds
23/05/2015 02:12:36 AM INFO:No stream on model03
23/05/2015 02:12:37 AM INFO:No stream on model02
23/05/2015 02:13:11 AM INFO:Connecting to https://chaturbate.com/auth/login/
23/05/2015 02:13:11 AM INFO:Starting new HTTPS connection (1): chaturbate.com
23/05/2015 02:13:13 AM INFO:4 Models in the list before checking: [u'model01', u'model02', u'model03', u'model04']
23/05/2015 02:13:13 AM INFO:Redirecting to https://chaturbate.com/followed-cams/
23/05/2015 02:13:15 AM INFO:[Models_list] 4 models are online: [u'model01', u'model02', u'model03', u'model04']
23/05/2015 02:13:15 AM INFO:[Compare_lists] Checking model list:
23/05/2015 02:13:15 AM INFO:[Compare_lists] model02 is still being recorded
23/05/2015 02:13:15 AM INFO:[Compare_lists] model03 is still being recorded
23/05/2015 02:13:15 AM INFO:[Select_models] Which models are approved?
23/05/2015 02:13:15 AM WARNING:[Select_models] No models for approving
23/05/2015 02:13:15 AM INFO:[Loop]Model list after check looks like: 2 models:
[u'model01', u'model04']
and models currently being recorded are:
[u'model02', u'model03']
23/05/2015 02:13:15 AM INFO:[Sleep] Waiting for next check (45 seconds)
I get this error...
Code:
Models currently recorded: [u'model02', u'model03']
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 859, in emit
msg = self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 732, in format
return fmt.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 471, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 331, in getMessage
msg = str(self.msg)
TypeError: __str__ returned non-string (type SysCallError)
Logged from file connection.py, line 36