andrewsegas / instaboost

Instagram bot with User Interface. Works without instagram api, need only login and password. Write on python.
39 stars 14 forks source link

Mode 5 doesn't work #24

Open eroji opened 5 years ago

eroji commented 5 years ago

Using mode 5 to unfollow produces this error. Not sure what the problem is...

Traceback (most recent call last):
  File "example.py", line 104, in <module>
    unfollow_protocol(bot)
  File "/root/instaboost/Instaboost/src/unfollow_protocol.py", line 19, in unfollow_protocol
    follow_protocol(self)
  File "/root/instaboost/Instaboost/src/follow_protocol.py", line 23, in follow_protocol
    feed_scanner(self)
  File "/root/instaboost/Instaboost/src/feed_scanner.py", line 56, in feed_scanner
    likers_graber_protocol(self)
  File "/root/instaboost/Instaboost/src/likers_graber_protocol.py", line 27, in likers_graber_protocol
    likers_protocol(self)
  File "/root/instaboost/Instaboost/src/likers_protocol.py", line 19, in likers_protocol
    current_index]["likes"]["count"] >= 10 and self.media_by_user[self.
KeyError: 'likes'