View Single Post
  #24  
Old 12-11-2014, 04:13 PM
flipper2011 flipper2011 is offline
Junior Member
 
Join Date: Sep 2011
Posts: 17
flipper2011 is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


It didn't work in debian 7 as root but then I tried to do it as normal user but it didn't work correctly and I ended up switching to Mint 17.1 and it worked flawlessly as a user. THANKS

Quote:
Originally Posted by zugg View Post
Did:
Code:
sudo supervisorctl reread
show that everything was fine?

And:
Code:
sudo supervisorctl update
Was ran?

I don't run capturbate as root, I run it as a user, you may want to try that. Otherwise, edit /etc/supervisor/supervisord.conf and add loglevel=debug to the [supervisord] section.


P.S:
To get rid of the warning about CElementtree:
Code:
sudo apt-get install python2.6-celementtree
Should fix it for Debian.
Reply With Quote