alexal1 / Insomniac

Instagram bot for automated Instagram interaction using Android device via ADB
https://insomniac-bot.com
MIT License
688 stars 159 forks source link

Unable to sort followers by 'Latest' #384

Open MelleNi opened 3 years ago

MelleNi commented 3 years ago

When trying to sort followers by latest, it either selects default or earliest. I tried changing the index numbers in actions_impl.py to 1 for all of the options, but that didn't change it.

alexal1 commented 3 years ago

Attach the full log please

MelleNi commented 3 years ago

insomniac_log-2021-09-25-23-28-13.log Ignore the messages around 23:30:04, it's a separate issue.

alexal1 commented 3 years ago

You're not using the recommended IG version, I think that may be the problem

MelleNi commented 3 years ago

You're not using the recommended IG version, I think that may be the problem

I tried the recommended version, from multiple sources, but it won't let me log in. It will just load forever

Edit: I managed to get the recommended version of Instagram to work. Same issue insomniac_log-20l21-09-26-00-40-53.log

MelleNi commented 3 years ago

This: elif sort_order == FollowingsSortOrder.LATEST: returns a true, and it executes what comes after it.

If I change the 1 in sort_item = sort_options_recycler_view.child(index=1) to 0 or 2, it does select default and earliest, but 1 does not select latest