You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\util.py", line 501, in getUserData
get_key = shared_data.get("entry_data").get("ProfilePage")[0]
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
can somebody please help me?
get_key = shared_data.get("entry_data").get("ProfilePage") that is line 501
The text was updated successfully, but these errors were encountered:
\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\util.py", line 501, in getUserData
get_key = shared_data.get("entry_data").get("ProfilePage")[0]
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
can somebody please help me?
get_key = shared_data.get("entry_data").get("ProfilePage") that is line 501
The text was updated successfully, but these errors were encountered: