mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 14:25:55 +03:00
[GH-ISSUE #32] * Error: AttributeError: '_thread._local' object has no attribute 'pbar'` #22
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#22
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 3, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/32
If you hit ctrl-c early on, such as during loading, you will get this error:
- loading profile from username... * Error: AttributeError: '_thread._local' object has no attribute 'pbar'I don't know a clean way to fix this. Without the check, what was happening was as follows. Current behavior is worse.
@misiektoja commented on GitHub (Jan 3, 2026):
I noticed the same and I think it should already be fixed by commit
7d470799b7. Have you checked the most recently pushed build?@tomballgithub commented on GitHub (Jan 3, 2026):
Agreed, fixed...