mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #70] Pbar math for names/req is wrong #52
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#52
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 21, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/70
I'll look at this, but documenting here. Nothing jumped out at me from a first pass looking at the code
After the first request downloads the first 12 names, the first pbar update shows 12/4454 (correct), reqs 1 (correct), but 0.0 names/req (should be 12). And the names/req is off for each calculation after that.
Looks like 'remain' of 0.0 is also incorrect. It clearly thinks names fetched is 0
@tomballgithub commented on GitHub (Feb 21, 2026):
Fixed with PR #69
@tomballgithub commented on GitHub (Feb 24, 2026):
Fixed now that PR is checked in