Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

[BUG] KeyError in addrs command #51

Closed DrDreay closed 3 years ago

DrDreay commented 4 years ago

Run a command: addrs
Searching for target localizations... Traceback (most recent call last):
File "main.py", line 100, in api.get_addrs() File "/home/kali/Osintgram/src/Osintgram.py", line 128, in get_addrs lat = post['location']['lat'] KeyError: 'lat'

DrDreay commented 4 years ago

Please guide me on this..

Datalux commented 4 years ago

Hi @DrDreay, seems that the response doesn't contains address info. I never seen it before, I'll add further checks.