Hi, I upload the video according to REST API, from init to finalize all work fine, but when i query the status, it always return “500 Internal Server Error”:
WORKING: (POST media/upload)
- Init -> get media_id
- Append segment 0 -> get 204 status code
- Finalize -> get “{“media_id”:725515705420898304,“media_id_string”:“725515705420898304”,“size”:2677545,“expires_after_secs”:86400,“video”:{“video_type”:“video/mp4”}}”
But when i query the media status using the follow api:
https://upload.twitter.com/1.1/media/upload.json?command=STATUS&media_id= 725515705420898304
it fail, return “{“errors”:[{“message”:“Internal error”,“code”:131}]}”
Any idea to solve this issue? thanks