-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[BUG] Video upload issues: media_needs_reupload #1379
Comments
Hey @AKwoKWH, We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄 If not, the maintainers will get to this issue shortly. Cheers, |
The response code is 200 so you might not aware this is actually an error. |
I'm getting a "video was uploaded" but the video doesn't show on my feed. |
Yes, this is what you will get. However, the case here is that, even instagram server return 200, the upload process is actually not ok. Thats why you cannot see your video on your feed. I have exactly the same issues with you, so I added a line to print out the response text from instagram server and found out this. |
Thanks man. I'm quite surprise no one else is concerned with this issue tho. |
Example file
Describe the bug
A clear and concise description of what the bug is.
Log
To Reproduce
(EXAMPLE:) Steps to reproduce the behavior:
Just use the upload_video.py
(I add additional log for the response from instagram)
Expected behavior
Expected the media is uploaded
Additional context
Add any other context about the problem here.
Version
Python version (
python -v
): 3.7Operating Systeem: Linux
The text was updated successfully, but these errors were encountered: