[GH-ISSUE #59] Not seeing any BE_HUMAN activity #40

Closed
opened 2026-02-27 20:05:07 +03:00 by kerem · 3 comments
Owner

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.

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.
kerem closed this issue 2026-02-27 20:05:07 +03:00
Author
Owner

@tomballgithub commented on GitHub (Jan 29, 2026):

Here's the issue, all the code in simulate_human_actions() is behind these if statements:

    if BE_HUMAN_VERBOSE or DEBUG_MODE:
        debug_print("BeHuman: simulation start")

However, within print_debug(), the only check is for DEBUG_MODE and so just having BE_HUMAN_VERBOSE doesn't show the 'verbose' messages

<!-- gh-comment-id:3815699210 --> @tomballgithub commented on GitHub (Jan 29, 2026): Here's the issue, all the code in `simulate_human_actions()` is behind these if statements: ``` if BE_HUMAN_VERBOSE or DEBUG_MODE: debug_print("BeHuman: simulation start") ``` However, within print_debug(), the only check is for DEBUG_MODE and so just having BE_HUMAN_VERBOSE doesn't show the 'verbose' messages
Author
Owner

@misiektoja commented on GitHub (Jan 29, 2026):

Thanks, we got too many options and I missed that in testing. Fixed in 7a36cadb.

<!-- gh-comment-id:3820375699 --> @misiektoja commented on GitHub (Jan 29, 2026): Thanks, we got too many options and I missed that in testing. Fixed in 7a36cadb.
Author
Owner

@tomballgithub commented on GitHub (Jan 30, 2026):

Fixed

<!-- gh-comment-id:3821839545 --> @tomballgithub commented on GitHub (Jan 30, 2026): Fixed
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/instagram_monitor#40
No description provided.