Instapy: On following bug of list index out of range

Created on 30 Aug 2017  路  4Comments  路  Source: timgrossmann/InstaPy

File "/home/theinstagrammer/instapy/unfollow_util.py", line 202, in follow_through_dialo
g                                                                                                             
    person_list.append(person.find_element_by_xpath("../../../*").find_elements_by_tag_name("a")[1].text)     
IndexError: list index out of range 
bug help wanted

All 4 comments

585 - this worked for me

@y471n Should be fixed by doing 'git pull' to get the latest updates

Again resurfaced today, the same issue.

instapy/unfollow_util.py", line 214, in follow_through_dialog  
.find_elements_by_tag_name("a")[1].text)
IndexError: list index out of range 

it should be fixed, pls, reopen it if you find the same bug.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

v77v picture v77v  路  3Comments

thisishotdog picture thisishotdog  路  3Comments

harrypython picture harrypython  路  3Comments

ingorichter picture ingorichter  路  3Comments

rahulkapoor90 picture rahulkapoor90  路  3Comments