b31ngd3v / MyIGBot

MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
https://pypi.org/project/myigbot/
MIT License
172 stars 36 forks source link

upload_post return None #13

Open ajansanahtar opened 3 years ago

ajansanahtar commented 3 years ago

When i tried to upload image post response return None... Ekran Resmi 2020-12-07 00 13 54

b31ngd3v commented 3 years ago

Did the image upload successfully?

ajansanahtar commented 3 years ago

no, there is no action...

animemoeus commented 3 years ago

You need to resize some image before upload that.

https://help.instagram.com/1631821640426723

http://instagram.com/animemoeus_bot

lbshopping commented 3 years ago

response = bot.upload_post("instagram.jpg", caption="test caption") gives the following error

site-packages\myigbot\__init__.py", line 696, in upload_post
    upload_id = json_data['upload_id']
KeyError: 'upload_id'