mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #59] Not seeing any BE_HUMAN activity #40
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#40
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 (Jan 29, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/59
I used to constantly see BE_HUMAN activity with BE_HUMAN_VERBOSE on, but since the major update with the addition of dashboards, I haven't been seeing them. I turned on DEBUG mode, and will see what happens.
On the surface, the code looks OK, but I'll debug further if I don't see any activity overnight.
@tomballgithub commented on GitHub (Jan 29, 2026):
Here's the issue, all the code in
simulate_human_actions()is behind these if statements:However, within print_debug(), the only check is for DEBUG_MODE and so just having BE_HUMAN_VERBOSE doesn't show the 'verbose' messages
@misiektoja commented on GitHub (Jan 29, 2026):
Thanks, we got too many options and I missed that in testing. Fixed in
7a36cadb.@tomballgithub commented on GitHub (Jan 30, 2026):
Fixed