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
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
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.
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?