mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 14:25:55 +03:00
[GH-ISSUE #68] Recheck all in web dashboard not working #49
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#49
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 20, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/68
I always launch into console mode with the web dashboard enabled.
One user is monitored.
That user shows in the web dashboard.
I click Recheck All and this shows in the log, nothing shows on console:
I ordered the messages so they read top to bottom
@tomballgithub commented on GitHub (Feb 20, 2026):
I then tried Start All and it did initiate that
But then when I hit the Recheck All button, it worked without the error about needing at least 1 user
@tomballgithub commented on GitHub (Feb 21, 2026):
I'll add that if that 'requires at least 1 monitored user" message occurs, when it returns it should skip the next message that says "Recheck all triggered". OR, technically, the 'all triggered' message should occur before the call to recheck_all_targets, which puts up the warning about needed a monitored account.
From:
To:
I only have one account, so why is it hitting the 'else' on the code below and entering 'trigger all' mode.
@tomballgithub commented on GitHub (Feb 21, 2026):
Back to original issue. If I load up in console mode with 1 account and enter web dashboard:
Dashboard tab:
Targets tab:
- If I click recheck button next to target, I get a popup saying "recheck failed: target not running"
So it looks like everything is correct, but it doesn't think a target is active.
Targets tab:
- But on console it says "* Tracking XXX (and others)... next check for XXX planned at ~21:10:56 (in 7 hours, 18 minutes)"
- Why '(and others)'? This is like above where I reported it seems to think there are multiple accounts
Are accounts launched from command line different from accounts monitored in web dashboard?