Closed andresnijder closed 9 years ago
Can you provide the contents of $path?
What version of php are you using?
Also the syntax for using callbacks should be:
CloudConvert::file($path)
->callback(url() . '/api/notifications/convert/videos')
->convert('ogg');
Because to()
attempts to save the file when it isn't ready. The save function should be called in the callback script.
Hope that helps
I'm using PHP 5.5.14-1~dotdeb.1 I get the same error when i use 'convert'.
I've applied a fix in the latest update: 3a275f854f3297d2b32547de81648c172e391302
Try a composer update robbiep/cloudconvert-laravel
thanks! This works!
occurs: CloudConvert::file($path) ->callback(url() . '/api/notifications/convert/videos') ->to('ogg');