Instapy: ERROR - IndexError: list index out of range

Created on 13 Sep 2017  路  9Comments  路  Source: timgrossmann/InstaPy

Traceback (most recent call last):
File "quickstart.py", line 74, in
.follow_user_followers(sample(user_list, 1), amount=20, random=True, sleep_delay=s_delay) \
File "D:\Users\user\InstaPy-master\instapy\instapy.py", line 902, in follow_user_followers
userFollowed += follow_given_user_followers(self.browser, user, amount, self.dont_include, self.username, self.follow_restrict, random, sleep_delay)
File "D:\Users\user\InstaPy-master\instapy\unfollow_util.py", line 399, in follow_given_user_followers
personFollowed = follow_through_dialog(browser, user_name, amount, dont_include, login, follow_restrict, allfollowing, random, delay, callbacks=[])
File "D:\Users\user\InstaPy-master\instapy\unfollow_util.py", line 219, in follow_through_dialog
.find_elements_by_tag_name("a")[1].text)
IndexError: list index out of range

bug help wanted wontfix

All 9 comments

I am having the same problem!

Same!

image

Is anybody working on this? Seems to be a recurring issue but I can't figure out why it happens on some login attempts and not others. Thanks!

Im trying to reproduce this error, so we can fix it, can someone help me to reproduce it ?

I'm trying in this way:

session.set_user_interact(amount=10, random=True, percentage=50, media='Photo')
session.set_do_like(enabled=True, percentage=50)
session.interact_user_followers(['acc_to_interact'], amount=100, random=True)

BountySource

@converge I somehow also can't get this error when using the interact_user_followers feature...

Which version of python are you using?
@dominicwhyte @datteba @Pormientras @46960

@timgrossmann i'm using py 2.7

@datteba Weird... which accounts do you want to to follow the users from?
Do they have no followers at all?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

drcyber975 picture drcyber975  路  3Comments

v77v picture v77v  路  3Comments

wyvers picture wyvers  路  3Comments

CodeMaster1 picture CodeMaster1  路  3Comments

tibor picture tibor  路  3Comments