We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Same in here!
Sorry, something went wrong.
@Esnilg @Jscorrea21 did anyone solve it yet?
same here
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: