mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #30] Progress Bar Oddity #20
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#20
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 2, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/30
After loading new items, the DEV branch code shows this in the log file, which looks good:
This is the screen example from the PR I submitted, which is as expected:
But the screen for the DEV branch code shows this, with a ? in place of the total, the bar being blank, and the 100% completion missing.
@tomballgithub commented on GitHub (Jan 2, 2026):
Working to identify a fix...
@tomballgithub commented on GitHub (Jan 2, 2026):
Issue, per top chart above, is that the count is actually above the max due to Instagram's # not matching what's in the returned JSON. So 188 fetched against target of 187 (101%). TQDM doesn't like that by default.
@tomballgithub commented on GitHub (Jan 2, 2026):
Submitted pr #31