facebook / facebook-php-business-sdk

PHP SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
818 stars 514 forks source link

Problems trying to upload heavy videos (2 min, 300MB aprox) by chunks #451

Closed nasy closed 6 years ago

nasy commented 6 years ago

I am having problems trying to upload heavy videos by chunks (2 min, 300MB aprox). Video fails while in the middle of the uploading process.

With smaller size videos it works fine.

This is the code from the SDK that I am using:

SDK Version is "facebook/php-business-sdk": "2.11.3"

    $response = $this->_facebookConnection->uploadVideo(
        $facebookPageId,
        $localPath,
        [
        'title' => '',
        'description' => 'TEST'
        ],
        $accessToken
    );

Any ideas what can be happening? We have been dealing with this issues with this for a while now.

Thanks!

This is the debug stack trace:

STARTING...

CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK...CHUNK..

.ERRROR !

There was a problem uploading your video. Please try again. CODE 600 SUBCODE 1363037

{"error":{"message":"There was a problem uploading your video. Please try again.","type":"OAuthException","code":6001,"error_data":{"start_offset":95420416,"end_offset":100663296},"error_subcode":1363037,"is_transient":false,"error_user_title":"Error Uploading Video","error_user_msg":"There was a problem uploading your video. Please try uploading it again.","fbtrace_id":"CZSLYkPN90q"}}

ERRROR ! There was a problem uploading your video. Please try again. CODE 600 SUBCODE 1363037

{"error":{"message":"There was a problem uploading your video. Please try again.","type":"OAuthException","code":6001,"error_data":{"start_offset":95420416,"end_offset":100663296},"error_subcode":1363037,"is_transient":false,"error_user_title":"Error Uploading Video","error_user_msg":"There was a problem uploading your video. Please try uploading it again.","fbtrace_id":"AGSPyDDIl5G"}} ERRROR ! There was a problem uploading your video. Please try again. CODE 600 SUBCODE 1363037

{"error":{"message":"There was a problem uploading your video. Please try again.","type":"OAuthException","code":6001,"error_data":{"start_offset":95420416,"end_offset":100663296},"error_subcode":1363037,"is_transient":false,"error_user_title":"Error Uploading Video","error_user_msg":"There was a problem uploading your video. Please try uploading it again.","fbtrace_id":"G1uYSi6PfzN"}} ERRROR ! There was a problem uploading your video. Please try again. CODE 600 SUBCODE 1363037

.....

.....

Fail!