Radulepy / InstagramBot

Instagram AUTO Like and Comment Python BOT
GNU General Public License v2.0
134 stars 48 forks source link

Bot Stop working on Explore Page. #10

Closed jatinchoudhary closed 3 years ago

jatinchoudhary commented 3 years ago

Hi, I just finished setting this up, and I did everything that was in the readme. The bot works fine for the first part, it opens the webpage, it logs in, it goes to the explore page. But then it just sits on the explore page and does nothing.

Not working Even after doubling the sleep Time. My Average Internet Speed is 9-10 Mbps.

Anyone know why this is? 127972929-e534bfe8-7ae6-44bb-a22e-3fa597c8331d

Thanks

Radulepy commented 3 years ago

@jatinchoudhary I think Instagram updated their webpage again and the bot can't find the post. Try changing line 30 to this: post = browser.find_element_by_xpath('/html/body/div[1]/section/main/div/div[1]/div/div['+str(y)+']/div['+str(x)+']/div/a/div/div[2]')

jatinchoudhary commented 3 years ago

Still Not Working buddy! error

Radulepy commented 3 years ago

@jatinchoudhary you could check the other pull request, there are updates you can try.