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
INFO Harvesting from http://export.arxiv.org/oai2
ERROR 'Record' object has no attribute 'identifier'
Traceback (most recent call last):
File "/home/epatters/miniconda3/lib/python3.7/site-packages/oaiharvest/harvest.py", line 181, in main
**kwargs
File "/home/epatters/miniconda3/lib/python3.7/site-packages/oaiharvest/harvesters/directory_harvester.py", line 65, in harvest
record.identifier, metadataPrefix
AttributeError: 'Record' object has no attribute 'identifier'
after downloading about ~100K records. I've tried several times, each with the same result. I am running Python 3.7 on a Linux system.
The text was updated successfully, but these errors were encountered:
Update: The error comes from a logging statement about record delete requests. Commenting out the logging statement seems to work around the error.
One final update, in case it helps anybody: to avoid timeouts while harvesting, I also had to increase the WAIT_MAX constant in pyoai. With these changes, I successfully harvested the complete arXiv metadata.
When running the command
I get the error
after downloading about ~100K records. I've tried several times, each with the same result. I am running Python 3.7 on a Linux system.
The text was updated successfully, but these errors were encountered: