mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-27 02:25:50 +03:00
[GH-ISSUE #384] Unable to sort followers by 'Latest' #788
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@alexal1 commented on GitHub (Sep 25, 2021):
Attach the full log please
@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.
@alexal1 commented on GitHub (Sep 25, 2021):
You're not using the recommended IG version, I think that may be the problem
@MelleNi commented on GitHub (Sep 25, 2021):
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 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