Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

BUG - Followers list scrolling and Iterate over visible followers not end #119

Closed
guztavoalves opened this issue Oct 1, 2020 · 4 comments

Comments

@guztavoalves
Copy link

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

@alexal1
Copy link
Owner

alexal1 commented 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
Copy link
Author

I see that accounts with few followers have no recommendations at the bottom of the list.
See the image as it appears.

image

@alexal1
Copy link
Owner

alexal1 commented 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
Copy link
Author

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

@alexal1 alexal1 closed this as completed Oct 9, 2020
singulart pushed a commit to singulart/Insomniac-old that referenced this issue Mar 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants