Andy McCurdy

Results 28 comments of Andy McCurdy

Still pretty confident this is a Celery/Kombu issue, specifically celery/celery#6335.

I believe this will also satisfy #68 and #17.

I'm fine using whatever log level you deem appropriate. Obviously an easy change. :)

Hi, ya this project requires Handbrake.

Did you run this via vagrant? Handbrake is installed within the VM during the `vagrant up` script: https://github.com/andymccurdy/tested-transcoder/blob/master/Vagrantfile#L27

You don't need handbrake on the host machine. It's only needed within the VM and Vagrant should install it when the VM is created. Sorry, I haven't messed with this...

You can get into the VM with `vagrant ssh` from the same directory you ran `vagrant up` from.

It could have. You could try `apt-get install handbrake-cli` from within the VM and see what happens. We're installing this from Handbrake's own PPA. Perhaps they've changed something.