-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Had a 'links' error when attempting to download all (more than one I think) around the 102nd paper starting from a default range of 2017-01-01.
I just put this in to bypass so far
# The Relationships data has links to more information
# Use our helper function to extract those links and put them in our preprint object
try:
preprint.parseRelData( rel )
except Exception as prd:
print(prd)
print("error: on preprint ", len(preprints)+1, prd)
return
so could do a pull request along those lines, I haven't made an error log yet to record which entry
Metadata
Metadata
Assignees
Labels
No labels