bernsteining / instaloctrack

An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
287 stars 61 forks source link

DeprecationWarning: use options instead of chrome_options #3

Open EkaX opened 3 years ago

EkaX commented 3 years ago

Hi i got this error when i run python3 instaloctrack.py -t or instaloctrack -t

instaloctrack.py:129: DeprecationWarning: use options instead of chrome_options return webdriver.Chrome("/usr/bin/chromedriver", Traceback (most recent call last): File "instaloctrack.py", line 562, in main() File "instaloctrack.py", line 536, in main re.search("([0-9]+) publications", AttributeError: 'NoneType' object has no attribute 'group'