You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: