linkedin_scraper icon indicating copy to clipboard operation
linkedin_scraper copied to clipboard

IndexError: list index out of range self.get_educations()

Open Esnilg opened this issue 2 years ago • 3 comments

hi

I have this problem

File ~\AppData\Roaming\Python\Python310\site-packages\linkedin_scraper\person.py:288, in Person.scrape_logged_in(self, close_on_complete) 285 self.get_experiences() 287 # get education --> 288 self.get_educations() 290 driver.get(self.linkedin_url) 292 # get interest ... --> 217 degree = outer_positions[1].find_element(By.TAG_NAME,"span").text 219 if len(outer_positions) > 2: 220 times = outer_positions[2].find_element(By.TAG_NAME,"span").text

IndexError: list index out of range

Esnilg avatar Jul 07 '23 16:07 Esnilg

Same in here!

Jscorrea21 avatar Nov 03 '23 04:11 Jscorrea21

@Esnilg @Jscorrea21 did anyone solve it yet?

AtharvaJadhav7 avatar Nov 13 '23 13:11 AtharvaJadhav7

same here

albantsrr avatar Nov 15 '23 15:11 albantsrr