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
NoneType
get_profile_experiences()
When trying to scrape certain profiles, the following Exception is thrown in get_profile_experiences.
get_profile_experiences
Traceback (most recent call last): File "index.py", line 72, in get_profile experience = api.get_profile_experiences(profile.get('urn_id')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "venv/lib/python3.11/site-packages/linkedin_api/linkedin.py", line 1007, in get_profile_experiences parsed_data = parse_item(item) ^^^^^^^^^^^^^^^^ File "venv/lib/python3.11/site-packages/linkedin_api/linkedin.py", line 909, in parse_item duration_text = component["caption"]["text"] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^ TypeError: 'NoneType' object is not subscriptable
Failed when scraping https://www.linkedin.com/in/celikacaldwell
https://www.linkedin.com/in/celikacaldwell
Python 3.11.9 linkedin-api 2.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to scrape certain profiles, the following Exception is thrown in
get_profile_experiences
.Failed when scraping
https://www.linkedin.com/in/celikacaldwell
Python 3.11.9
linkedin-api 2.3.1
The text was updated successfully, but these errors were encountered: