mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[GH-ISSUE #25] Stuck at "Sleeping 10 secs to prevent getting temp blocked..." after unfollowing 5 people #14
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#14
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 @canpoyrazoglu on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/25
I've successfully listed people who don't follow me back. However, when I start unfollowing it unfollows first 5 people. Then it displays "Sleeping 10 secs to prevent getting temp blocked..." at bottom forever. It's been minutes and it's not proceeding. Tried twice, both stuck after 5 people.
Tried both on latest Chrome and latest Safari.
@davidarroyo1234 commented on GitHub (Sep 28, 2022):
It should say waiting 5 minutes. Maybe i have made some mistake on the last changes.
But yes, to don't get temp blocked you can unfollow 5-7 people every 5 minutes apox.
I'll fix the message aprox
@tomleb3 commented on GitHub (Sep 28, 2022):
@davidarroyo1234 I looked at it,
It's actually my mistake.
In the unfollow method, I've left
sleepingInfo, which no longer exists.Should be
sleepingContainerinstead.@canpoyrazoglu commented on GitHub (Sep 28, 2022):
Thanks for the quick reply! I was just checking the code to find the bug. You were faster than me! :)