art-vasilyev / instachatbot

Simple framework for building Instagram chat bots with menu driven interface
MIT License
18 stars 0 forks source link

Suddenly the bot does not send pictures #15

Closed aguilard07 closed 4 years ago

aguilard07 commented 4 years ago

Hi, I've using this bot for while but when I started it this afternoon, when a picture is requested, this error appears: ERROR:instabot:Request returns 400 error!

The code I've been using is the same that weeks ago that worked perfectly sending .jpg files.

My version of instabot is 0.4.2 and instachatbot is 0.3.2 I also tried upgrading instabot to 0.6.9 but with not success login in.

art-vasilyev commented 4 years ago

Hi, looks like this is caused by changes in instagram API, please submit an issue in the instabot repository. You can check picture uploading by this example script: https://github.com/instagrambot/instabot/blob/master/examples/direct_send_photo.py

aguilard07 commented 4 years ago

I thought so, but Instabot is right now in version 0.6.9 and your framework works with 0.42. Is in your plans to upload it?

art-vasilyev commented 4 years ago

I reproduced this error in latest version of instabot. I have plans to upgrade instabot version, but don't have enough time for that. Pull requests are welcome, there are not much changes needed for upgrade

art-vasilyev commented 4 years ago

closing issue cause it's relates with instabot framework