Open AKwoKWH opened 4 years ago
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 :smile:
If not, the maintainers will get to this issue shortly.
Cheers, Your Friendly Neighborhood ProBot
The response code is 200 so you might not aware this is actually an error. the script return media "is uploaded", but the video never appear on Instagram.
I'm getting a "video was uploaded" but the video doesn't show on my feed. Does anyone still face the same issue?
I'm getting a "video was uploaded" but the video doesn't show on my feed. Does anyone still face the same issue?
Yes, this is what you will get. if the response code is 200, then the script will assume the video is uploaded.
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