[GH-ISSUE #446] 'NoneType' object has no attribute 'count_scrapped_profiles_for_interaction' #849

Open
opened 2026-03-13 22:48:22 +03:00 by kerem · 0 comments
Owner

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'

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'
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#849
No description provided.