zencoder-php icon indicating copy to clipboard operation
zencoder-php copied to clipboard

"Services_Zencoder_HttpException" occur when making $zencoder->jobs->create() call.

Open thase opened this issue 7 years ago • 1 comments
trafficstars

Hi team,

When making a call "$zencoder->jobs->create()", I get an exception "Services_Zencoder_HttpException". Looking into the sources, removing the following line from the Http.php will resolve the issue.

CURLOPT_INFILESIZE => -1,

Would you be able to check this?

thase avatar Dec 29 '17 15:12 thase

I just experienced this issue on a site that had previously been working. The fix above seems to solve the issue.

genebobmiller avatar Feb 20 '18 04:02 genebobmiller