shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

Driver Download Manager Error]: 'str' object is not callable #128

Closed digitizesuccess closed 2 months ago

digitizesuccess commented 2 months ago

I keep getting this error and cannot figure out where my Chromedriver issue is.

% /usr/local/bin/python3 /Users/xxx/insta-likecom-bot/ilcbot.py -u xxx -p xxx -t 'denver' np 100 -nc -il 180d --delay 2,20 --limits /Users/xxx/insta-likecom-bot/limits.json --ignoretags /Users/xxx/insta-likecom-bot/Ignorelist.txt

/Users/xxx/insta-likecom-bot/modules/insta.py:167: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? executable_path= "/Users/xxx/insta-likecom-bot/chromedriver-mac-x64/chromedriver" (path=os.path.join(self.driver_baseloc, 'chrome')).install(),

[] => Script started [] => Downloading webdriver for your version of Chrome [] => Loading Instagram [] => [Driver Download Manager Error]: 'str' object is not callable [*] => Total time taken: 0.0673 `seconds

digitizesuccess commented 2 months ago

fixed it