mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #69] Unfollow non-followers problem #53
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#53
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 @Eimuex on GitHub (Jul 25, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/69
Since update to last version my bot is struggling to find non-followers. It clicks on so many profiles until instagram starts to throw error 'please wait few minutes' and then bot start to unfollow followers because page is not loaded and can't read the status I guess. Maybe has to do something with latest #53 fix? Anyone got similar issue?
@Eimuex commented on GitHub (Jul 27, 2020):
UPDATE: It seems that followed list on the phone loads first 50 (or so) users again and again - falls into loop. I have to swipe it manually to load new ones. Clear cache didn't help. Is it possible for bot to sort the list from latest followed instead of oldest?
@alexal1 commented on GitHub (Aug 1, 2020):
That's a huge problem. I know about these loops, got them while scrolling manually. We have to think how to solve this.
So, when you swipe manually it goes out of the loop? What's the difference between your swipe and programmatic?
Nope, that fix was about interaction with bloggers, here we have unfollowing, that's completely another part of the algorithm.
@Eimuex commented on GitHub (Aug 2, 2020):
Manually I swipe one huge chunk right after bot sorts the list, it works without problem after that.
@alexal1 commented on GitHub (Aug 2, 2020):
Okaaay, I'll add some checking for a loop and a huge scroll after that, let's see if it helps
@Eimuex commented on GitHub (Aug 2, 2020):
I think it refresh the list when reach bottom of loaded users fast. It stops for a second, loading circle shows up and new users are loaded. So maybe when loop occurs it should swipe to the bottom instantly, dunno. Thank you for your effort and being responsive. Cheers
@gvmturl commented on GitHub (Oct 15, 2020):
Hello guys! Is it solved?
@Fadude commented on GitHub (Dec 26, 2020):
Fixed on v3.5.7 using Soft-ban-indicator (wont continue to run after 5 empty-lists / empty-profiles)