mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #446] 'NoneType' object has no attribute 'count_scrapped_profiles_for_interaction' #849
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#849
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 @giobbepelle on GitHub (Nov 4, 2022).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/446
I don't know that problems!
Error - 'NoneType' object has no attribute 'count_scrapped_profiles_for_interaction'
Traceback (most recent call last):
File "/home/giobbe/.local/lib/python3.10/site-packages/insomniac/session.py", line 357, in run
self.storage = InsomniacStorage(self.session_state.my_username, args)
File "/home/giobbe/.local/lib/python3.10/site-packages/insomniac/storage.py", line 159, in init
count_from_scrapping = self.profile.count_scrapped_profiles_for_interaction()
AttributeError: 'NoneType' object has no attribute 'count_scrapped_profiles_for_interaction'