Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Esnilg opened this issue Jul 7, 2023 · 3 comments
Open

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

Esnilg opened this issue Jul 7, 2023 · 3 comments

Comments

@Esnilg
Copy link

Esnilg commented Jul 7, 2023

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
Copy link

Same in here!

@AtharvaJadhav7
Copy link

@Esnilg @Jscorrea21 did anyone solve it yet?

@albantsrr
Copy link

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants