mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-27 02:25:50 +03:00
[GH-ISSUE #119] BUG - Followers list scrolling and Iterate over visible followers not end #91
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#91
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 @guztavoalves on GitHub (Oct 1, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/119
This is a recurring problem.
Eventually the script fails to identify that the list of followers has already ended and so it is 'forever' treating and skipping the same users.
One solution would be to identify if the visible users are the same after scrolling, identifying that the IG is no longer loading new users and has come to an end.
@alexal1 commented on GitHub (Oct 2, 2020):
Could you give a device screenshot when this happens?
I rely on that there are "recommendations" at the bottom of followers list. But maybe for some accounts you don't have them, then we have to find another criteria of finishing.
@guztavoalves commented on GitHub (Oct 2, 2020):
I see that accounts with few followers have no recommendations at the bottom of the list.
See the image as it appears.
@alexal1 commented on GitHub (Oct 2, 2020):
Yes indeed. Ok then I can check that all followers on the screen are the same as on previous screen, and stop if so.
@guztavoalves commented on GitHub (Oct 2, 2020):
Yes, I think that checking this way would solve all the problems with scrolling that list.