joeyism / linkedin_scraper

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

UnboundLocalError: cannot access local variable 'work_times' where it is not associated with a value #192

Open XYZliang opened 1 year ago

XYZliang commented 1 year ago

Python file error: UnboundLocalError: cannot access local variable 'work_times' where it is not associated with a value

After reading the source code, it is initially judged that the situation of outer_positions is not fully considered , which leads to subsequent problems.

A reproducible LinkedIn personnel link is: https://www.linkedin.com/in/douglas-b-b23472b/details/experience/

chinyasuhail commented 1 year ago

same problem