mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #86] fail safe function help !? #523
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#523
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 @potentowl on GitHub (Aug 20, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/86
##PROBLEM
get message
"Need to scroll now"when b0t can scroll no further,,,come back and it has been trying to scroll for hours instead of interact with next username.
##SOLUTION
code located at line 144, in action_handle_blogger.py
how to make function so if
"Need to scroll now"is printed 5 times consecutively than instead of being stuck in a loop and not scrolling the b0t interacts with the next username available.@alexal1 commented on GitHub (Aug 22, 2020):
@potentowl why it can't scroll? Can you give a screenshot to better understand?
@potentowl commented on GitHub (Aug 24, 2020):
Problem: It can't scroll because after scrolling so much it stops
Solution: Identify each mistake with number : if mistake number > 20 than interact with next username
My pseudo-code
LINE 12:
counter = 0LINE 13:
counter1 = [0,0]LINE 124: ```
else:
counter1[0] += 1 #total counter
counter1[1] += 1 #concurrent hits
print("Miss_#{}".format(counter1[0]))
@alexal1 commented on GitHub (Aug 24, 2020):
What if I want to interact with someone's followers, but I already interacted with say 100 of them earlier? Then your solution won't let me do it.
Actually I meant device's screenshot. I don't understand why it goes into a loop, that doesn't happen for me.
@potentowl commented on GitHub (Aug 25, 2020):
If you already interacted with 100 users earlier than it would stop after 20 mistakes and move to next username,,, if there is no other username than the script stops. i dont know how to code that into script so i just giving idea to improve smoothness of b0t because, say your interactions -- set at 100, and most of the accounts private, have too few photos, etc. so it keeps trying to interact and is stuck in loop because it can never reach 100 interactions because it reaches scroll limit before interaction limit.
@alexal1 commented on GitHub (Aug 26, 2020):
Well this behavior is not expected by most users, I don't want to do it this way...
Do you mean a loop? When after long scrolling you start to see the same users as before?
Seems it's a duplicate of #78
@alexal1 commented on GitHub (Sep 1, 2020):
Please try on
v2.0.5and reopen if it's not what you've expected