mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 14:25:55 +03:00
[GH-ISSUE #64] BE HUMAN probability is always 1? #47
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#47
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 @tomballgithub on GitHub (Feb 8, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/64
I've had some debug statements in to see what's going on with BE HUMAN. My question is how is this intended to work, because "probability_for_cycle" returns "min(1.0, DAILY_HUMAN_HITS * sleep_seconds / day_seconds)" but I see it as always 1 (see below, it's calculating 28.836 for the min compare to 1)
I've noticed lately that I keep seeing BE HUMAN be the point at which my account gets flagged
Maybe it's the 429 issue we've been observing
And here's what happened before it, no issues, even with fetching all those followings:
@misiektoja commented on GitHub (Feb 11, 2026):
Yes, the calculations were not right when using hour range gating, I think it should be fixed now, small logical bug.
@tomballgithub commented on GitHub (Feb 23, 2026):
I need to retest. I turned off BE_HUMAN because of 429s and accounts getting flagged.
I'll try a different account and check this.