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
Hello!
I'm using your script with Anaconda and Maltego CE and regarding Search LinkedIn profile from name i am getting the following error:
nqntnqnqmb\core.py", line 60, in getProfileFromName
data_total = content['paging']['total']
KeyError: 'paging'
Also i get errors on Extract company:
nqntnqnqmb\core.py", line 176, in getCompanyFromProfile
extract = found.contents[0].strip()
AttributeError: 'NoneType' object has no attribute 'contents'
The text was updated successfully, but these errors were encountered:
potterthecop
changed the title
KeyError: 'paging'
KeyError: 'paging' and 'NoneType' object has no attribute 'contents'
Feb 13, 2022
Hello!
I'm using your script with Anaconda and Maltego CE and regarding Search LinkedIn profile from name i am getting the following error:
nqntnqnqmb\core.py", line 60, in getProfileFromName
data_total = content['paging']['total']
KeyError: 'paging'
Also i get errors on Extract company:
nqntnqnqmb\core.py", line 176, in getCompanyFromProfile
extract = found.contents[0].strip()
AttributeError: 'NoneType' object has no attribute 'contents'
The text was updated successfully, but these errors were encountered: