mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-26 05:15:52 +03:00
[GH-ISSUE #72] Bug on "Select all" button #30
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#30
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 @juannuciforo on GitHub (Mar 16, 2023).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/72
hello! how are you?
this is the first commit that I do for a code that is not of my authorship, so I hope it is well done and adequate, I accept corrections! haha
The bug I currently have is that the script gets to capture all the people I follow correctly but never gets to enable the "select all" button so I right clicked it, I inspected it and removed the "disabled" attribute and it worked correctly so I found the way to solve it and I wanted to leave it so that if someone else happens to someone else, I can solve it this way,
thank you very much, excellent code that you were doing, I congratulate you.
@tomleb3 commented on GitHub (Mar 17, 2023):
Hey @juannuciforo
The "select all" checkbox is disabled until the scanning process finishes.
I suspect this points to an issue with the percentage calculation.
We've had a similar problem recently so it makes sense.
During the scanning process, there is a blue progress bar at the top of the page that disappears when the process reaches 100%.
Please let me know if it disappears in your case, or does it stay in place.
@juannuciforo commented on GitHub (Mar 17, 2023):
Hey @tomleb3
yes, I was looking at that bar, but it remains the same without completing even having finished the count of "followed" and the program stops analyzing so the only solution I found was to edit the code from the developers tool
@tomleb3 commented on GitHub (Mar 17, 2023):
I see.
So it is an issue with the percentage calculation, which is what needs to be fixed here.
I'll look into it.
Thanks!
@juannuciforo commented on GitHub (Mar 17, 2023):
Hey, it worked perfectly fine today,
idk why its working now but if you like I can close this issue
@tomleb3 commented on GitHub (Mar 17, 2023):
Let's leave it open for now.
If it didn't work at some point then there probably is a problem.
The percentage calculation likely needs a fixup.
@tomleb3 commented on GitHub (Mar 20, 2023):
Thanks for reporting. Issue is currently being looked into. @thefirst100yearsaredifficult
@m0rettini commented on GitHub (Apr 5, 2023):
Same issue, tried on Opera Gx and Google chrome, i saw the percentage bar going but even after it calculated everyone it didnt reach 100%.
@thefirst100yearsaredifficult commented on GitHub (Jun 7, 2023):
Hello, issue seems to be fixed.
@AliRezaei-Code commented on GitHub (Aug 6, 2023):
I have the same issue. Is it possible to remove the "disabled" attribute (make it selectable all the time) and instead display a message to the user to notify them of:
Also the ability to be able to select all in the middle of the scan would be valuable.
@777paranoia commented on GitHub (Oct 2, 2023):
Here to report this issue is not fixed, still dealing with it
@bulutharbeli commented on GitHub (Nov 8, 2023):
not fixed, i have the same issue :(
@RuanAragao commented on GitHub (Nov 8, 2023):
In my case at 98% the process stops, the following error is displayed in the console:
Do you also see the error?
@RuanAragao commented on GitHub (Nov 8, 2023):
The problem is that because the items are sorted alphabetically, it ends up causing confusion when selecting during scanning.
I plan to implement controls in my testing, including stopping verification. Therefore, it is safer to stop scanning and select everyone.