tylerolson / reddit2instagrambot

A bot that uploads top Reddit posts to Instagram.
https://instagram.com/rocketleague.bot
44 stars 9 forks source link

Posts are NOT being made #15

Closed JustenG closed 4 years ago

JustenG commented 4 years ago

The MP4's and JPG's are being collected and downloaded correctly

After that I get the following;

Request return 429 error! {'message': 'Please wait a few minutes before you try again.', 'status': 'fail'} Request return 405 error! {'message': '', 'status': 'fail'} Request return 404 error! Login success!

Does this have anything to do with the uploads not working?

It then proceeds to print out that the uploads were successful. But no posts are added to my account.

Really confused as to why this isn't working, is there a major issue with the InstagramAPI?

tylerolson commented 4 years ago

Duplicate of #14 Instagram appeared to have finally ended support for their legacy API. I can't really do much about it but I will eventually migrate to a more permanent solution using Selenium.