Skip to content

parsePreprints #3

@bluetyson

Description

@bluetyson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions