mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #39] Progress Bar issue when monitoring multiple accounts #27
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#27
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 17, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/39
When using progress bar (which requires the original operational mode, not dashboard), it is required that other print statements do not occur, or it messes up the progress bar. I'm seeing in the log, that with multiple accounts, other prints are happening
In my case, it takes 45 mins to download the 4000+ followings for an account, and the 2nd account I added gets intermingled
Example (from log):
@misiektoja commented on GitHub (Jan 18, 2026):
Gosh, I thought I had sorted it out when I hit the same issue a few days ago, but apparently there are still some pesky corner cases lurking around. How many users have you tracked? I've only tested with two at most so far. UPDATE: just realised you wrote you added 2nd account, so I guess also two ;-) Did you have both defined when you started the tool or did you add them via the web dashboard?
@tomballgithub commented on GitHub (Jan 18, 2026):
I added myself to make it two total being monitored.
I errantly said my post was from the log, but it was actually from the screen output.