[GH-ISSUE #119] BUG - Followers list scrolling and Iterate over visible followers not end #550

Closed
opened 2026-03-13 21:54:01 +03:00 by kerem · 4 comments
Owner

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.

image

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. ![image](https://user-images.githubusercontent.com/11070237/94837701-f6a26300-03ea-11eb-8b60-6acc5238b15b.png)
kerem closed this issue 2026-03-13 21:54:07 +03:00
Author
Owner

@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.

<!-- gh-comment-id:702595213 --> @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.
Author
Owner

@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.

image

<!-- gh-comment-id:702655871 --> @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. ![image](https://user-images.githubusercontent.com/11070237/94914257-0ec4c180-0481-11eb-9622-e4122fc9a93c.png)
Author
Owner

@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.

<!-- gh-comment-id:702682051 --> @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.
Author
Owner

@guztavoalves commented on GitHub (Oct 2, 2020):

Yes, I think that checking this way would solve all the problems with scrolling that list.

<!-- gh-comment-id:702863599 --> @guztavoalves commented on GitHub (Oct 2, 2020): Yes, I think that checking this way would solve all the problems with scrolling that list.
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#550
No description provided.