Greenwolf / social_mapper

A Social Media Enumeration & Correlation Tool by Jacob Wilkin(Greenwolf)
GNU General Public License v3.0
3.76k stars 785 forks source link

line 1355, in <module> for person in peoplelist: TypeError: 'NoneType' object is not iterable #213

Open giga-dotcom opened 3 years ago

giga-dotcom commented 3 years ago

I cloned this using Kali. There were several other errors which I fixed, apparently, such as "social_mapper.py" could not be identified as a program to call/work with in line 415. I replaced that with "return" and it managed to work. return 415

The main problem now is the one I stated in the title: line 1355, in for person in peoplelist: TypeError: 'NoneType' object is not iterable The problem here I'm guessing is that "peoplelist" is not defined anywhere and this is why the problem is unable to execute the results. line 1355

@Green-Wolf Please tell me what I can do to fix this. Thank you