evildevill/Hackerwasi

Error in personne lookup - object has no attribute 'string'

Opened this issue · 0 comments

Hello!

I'm encountering this error while trying the "personne lookup" module

Traceback (most recent call last):
  File "/Hackerwasi/Hackerwasi.py", line 195, in <module>
    searchPersonne(settings.codemonpays)
  File "/Hackerwasi/core/searchPersonne.py", line 81, in searchPersonne
    searchCopainsdavant(nom, city)
  File "/Hackerwasi/core/searchCopainsdavant.py", line 59, in searchCopainsdavant
    namesList2.append(name.string)
AttributeError: 'NoneType' object has no attribute 'string'

Regards