mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[GH-ISSUE #66] Can't select all. #223
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#223
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 @user99999999999999111 on GitHub (Feb 25, 2023).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/66
When using this code I used to be able to select all the users at once and unfollow them. But when the program loads everyone that does not follow me back, it now says "101%" instead of "done" at the bottom and it doesn't let me click the button to select every user and unfollow them.
@tomleb3 commented on GitHub (Feb 25, 2023):
Can't reproduce.
I'll try to check the script anyways and maybe improve the percentage calculation.
Hopefully we'll be able to get to the bottom of this.
@user99999999999999111 commented on GitHub (Feb 26, 2023):
Thank you. Because for me this code is useless if I am unable to select all and unfollow.
@tomleb3 commented on GitHub (Feb 26, 2023):
As mentioned, can't reproduce the problem on my end, so please confirm if the following version of the script works for you.
@user99999999999999111 commented on GitHub (Feb 27, 2023):
With that script I am still having problems. But this time it gets to 95% and just stops.
@tomleb3 commented on GitHub (Feb 27, 2023):
Ok, please try this one:
Should fix it IMO, and I've also made all relevant conditions accept values over/under 100 for percentage where relevant.
This means that even if your counter goes over 100 it should still work.
However, please still let me know if it does go over 100 percent, so that I could fix that accordingly.
@user99999999999999111 commented on GitHub (Feb 28, 2023):
Works perfectly fine now aside from there just being a visual bug which does not matter to me. When it's done, it says "100%" instead of "done." just wanted to let you know.
@tomleb3 commented on GitHub (Feb 28, 2023):
Yeah it doesn't do that anymore. I believe I removed it in one of the recent PRs.
Reasoning behind it is that the text "100%" along with the bar's background turning green should be enough.
So it seems to work correctly for you now, which is great.
I have a PR that fixes this, so probably will be merged in the near future.
@tomleb3 commented on GitHub (Mar 1, 2023):
A PR which also fixes this has been merged.
If you are still facing issues, feel free to open another ticket.