Keep getting internal server error with the videos upload complete API

I was wondering if either I’m making the wrong api call or there is something wrong with the video upload complete api?

The video I’m testing is about 15MB in size, and this is the call I’m making:

curl -H ‘Accept: application/vnd.twitchtv.v5+json’ -H ‘Client-ID: id_here’ -H ‘Authorization: OAuth token_here’ -X POST ‘https://uploads.twitch.tv/upload/video_id/complete?upload_token=token_goes_here

The error I’m getting back is:
{“Error”:“InternalServerError”,“Code”:500,“Message”:“There was an error processing the request”}

What is the video ID that you’re trying to upload?

I was able to eventually get it to work using the same curl command…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.