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
What is the reason for causing this error?
Traceback (most recent call last): File "/home/user/myproject/1-parse-xml-image-caption-inline.py", line 137, in <module> caption_dict = pp.parse_pubmed_caption(xml_file_path) # dict_keys(['pmid', 'pmc', 'fig_caption', 'fig_id', 'fig_label', 'graphic_ref']) File "/home/user/anaconda3/envs/medline/lib/python3.10/site-packages/pubmed_parser/pubmed_oa_parser.py", line 428, in parse_pubmed_caption fig_captions = fig.find("caption").getchildren() AttributeError: 'NoneType' object has no attribute 'getchildren'
The text was updated successfully, but these errors were encountered:
Can you please give the relevant code that leads you to experience this error?
The traceback alone isn't sufficient.
Sorry, something went wrong.
No branches or pull requests
What is the reason for causing this error?
The text was updated successfully, but these errors were encountered: