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

Searching for target localizations... #104

Closed Eth030 closed 2 years ago

Eth030 commented 3 years ago

Searching for target localizations... Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/geopy/geocoders/base.py", line 360, in _call_geocoder result = self.adapter.get_json(url, timeout=timeout, headers=req_headers) File "/usr/local/lib/python3.6/site-packages/geopy/adapters.py", line 377, in get_json resp = self._request(url, timeout=timeout, headers=headers) File "/usr/local/lib/python3.6/site-packages/geopy/adapters.py", line 408, in _request text=resp.text, geopy.adapters.AdapterHTTPError: Non-successful status code 502

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "main.py", line 118, in api.get_addrs() File "/opt/stuff/github/Osintgram/src/Osintgram.py", line 136, in get_addrs details = self.geolocator.reverse(k) File "/usr/local/lib/python3.6/site-packages/geopy/geocoders/nominatim.py", line 362, in reverse return self._call_geocoder(url, callback, timeout=timeout) File "/usr/local/lib/python3.6/site-packages/geopy/geocoders/base.py", line 378, in _call_geocoder self._adapter_error_handler(error) File "/usr/local/lib/python3.6/site-packages/geopy/geocoders/base.py", line 392, in _adapter_error_handler raise exc_cls(str(error)) from error geopy.exc.GeocoderServiceError: Non-successful status code 502 [root@centos8 Osintgram]#

BallisticHawk commented 3 years ago

Is this the addrs not working issue ? Cause I encountered the same thing, give them time to fix things , they're doing an awesome job by creating this.