[GH-ISSUE #384] Unable to sort followers by 'Latest' #788

Open
opened 2026-03-13 22:38:19 +03:00 by kerem · 5 comments
Owner

Originally created by @MelleNi on GitHub (Sep 25, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/384

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.

Originally created by @MelleNi on GitHub (Sep 25, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/384 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.
Author
Owner

@alexal1 commented on GitHub (Sep 25, 2021):

Attach the full log please

<!-- gh-comment-id:927190024 --> @alexal1 commented on GitHub (Sep 25, 2021): Attach the full log please
Author
Owner

@MelleNi commented on GitHub (Sep 25, 2021):

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

<!-- gh-comment-id:927190852 --> @MelleNi commented on GitHub (Sep 25, 2021): [insomniac_log-2021-09-25-23-28-13.log](https://github.com/alexal1/Insomniac/files/792/insomniac_log-2021-08-25-23-28-13.log) Ignore the messages around 23:30:04, it's a separate issue.
Author
Owner

@alexal1 commented on GitHub (Sep 25, 2021):

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

<!-- gh-comment-id:927191967 --> @alexal1 commented on GitHub (Sep 25, 2021): You're not using the recommended IG version, I think that may be the problem
Author
Owner

@MelleNi commented on GitHub (Sep 25, 2021):

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

<!-- gh-comment-id:927192435 --> @MelleNi commented on GitHub (Sep 25, 2021): > 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](https://github.com/alexal1/Insomniac/files/72363/insomniac_log-2021-09-26-00-40-54.log)
Author
Owner

@MelleNi commented on GitHub (Sep 26, 2021):

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

<!-- gh-comment-id:927323654 --> @MelleNi commented on GitHub (Sep 26, 2021): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#788
No description provided.