You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when trying to fetch a person's experiences (with version 2.11.2):
venv/lib/python3.11/site-packages/linkedin_scraper/person.py", line 147, in get_experiences
times = work_times.split("·")[0].strip() if work_times else ""
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'work_times' where it is not associated with a value
The text was updated successfully, but these errors were encountered:
Getting this error when trying to fetch a person's experiences (with version 2.11.2):
The text was updated successfully, but these errors were encountered: