joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.01k stars 560 forks source link

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

Open Esnilg opened 1 year ago

Esnilg commented 1 year ago

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

Jscorrea21 commented 11 months ago

Same in here!

AtharvaJadhav7 commented 10 months ago

@Esnilg @Jscorrea21 did anyone solve it yet?

albantsrr commented 10 months ago

same here