[GH-ISSUE #72] Bug on "Select all" button #30

Open
opened 2026-03-02 03:42:45 +03:00 by kerem · 13 comments
Owner

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.

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.
Author
Owner

@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.

<!-- gh-comment-id:1474236992 --> @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.
Author
Owner

@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

<!-- gh-comment-id:1474265215 --> @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
Author
Owner

@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!

<!-- gh-comment-id:1474286170 --> @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!
Author
Owner

@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

<!-- gh-comment-id:1474361016 --> @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
Author
Owner

@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.

<!-- gh-comment-id:1474442422 --> @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.
Author
Owner

@tomleb3 commented on GitHub (Mar 20, 2023):

Thanks for reporting. Issue is currently being looked into. @thefirst100yearsaredifficult

<!-- gh-comment-id:1476839798 --> @tomleb3 commented on GitHub (Mar 20, 2023): Thanks for reporting. Issue is currently being looked into. @thefirst100yearsaredifficult
Author
Owner

@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%.

<!-- gh-comment-id:1497865460 --> @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%.
Author
Owner

@thefirst100yearsaredifficult commented on GitHub (Jun 7, 2023):

Hello, issue seems to be fixed.

<!-- gh-comment-id:1580187897 --> @thefirst100yearsaredifficult commented on GitHub (Jun 7, 2023): Hello, issue seems to be fixed.
Author
Owner

@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:

  1. The fact that they have to wait until the scan is complete
  2. A notification on the completion of the scan

Also the ability to be able to select all in the middle of the scan would be valuable.

<!-- gh-comment-id:1666692546 --> @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: 1. The fact that they have to wait until the scan is complete 2. A notification on the completion of the scan Also the ability to be able to select all in the middle of the scan would be valuable.
Author
Owner

@777paranoia commented on GitHub (Oct 2, 2023):

Hello, issue seems to be fixed.

Here to report this issue is not fixed, still dealing with it

<!-- gh-comment-id:1743181699 --> @777paranoia commented on GitHub (Oct 2, 2023): > Hello, issue seems to be fixed. Here to report this issue is not fixed, still dealing with it
Author
Owner

@bulutharbeli commented on GitHub (Nov 8, 2023):

not fixed, i have the same issue :(

<!-- gh-comment-id:1801269164 --> @bulutharbeli commented on GitHub (Nov 8, 2023): not fixed, i have the same issue :(
Author
Owner

@RuanAragao commented on GitHub (Nov 8, 2023):

In my case at 98% the process stops, the following error is displayed in the console:

PtQ3PrOHBuX.js?_nc_x=Ij3Wp8lg5Kz:31 You are overriding current access token, that means some other app is expecting different access token and you will probably break things. Please consider passing access_token directly to API parameters

Do you also see the error?

<!-- gh-comment-id:1802590541 --> @RuanAragao commented on GitHub (Nov 8, 2023): In my case at 98% the process stops, the following error is displayed in the console: > PtQ3PrOHBuX.js?_nc_x=Ij3Wp8lg5Kz:31 You are overriding current access token, that means some other app is expecting different access token and you will probably break things. Please consider passing access_token directly to API parameters Do you also see the error?
Author
Owner

@RuanAragao commented on GitHub (Nov 8, 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:

  1. The fact that they have to wait until the scan is complete
  2. A notification on the completion of the scan

Also the ability to be able to select all in the middle of the scan would be valuable.

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.

<!-- gh-comment-id:1802597870 --> @RuanAragao commented on GitHub (Nov 8, 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: > > 1. The fact that they have to wait until the scan is complete > 2. A notification on the completion of the scan > > Also the ability to be able to select all in the middle of the scan would be valuable. 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/InstagramUnfollowers#30
No description provided.