Skip to content
New issue

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

OAI endpoint in tutorial yields HTTPError #53

Open
Iris-Hinrichs opened this issue Oct 14, 2021 · 1 comment
Open

OAI endpoint in tutorial yields HTTPError #53

Iris-Hinrichs opened this issue Oct 14, 2021 · 1 comment

Comments

@Iris-Hinrichs
Copy link

Iris-Hinrichs commented Oct 14, 2021

I am very grateful for this OAI-PMH python package plus the good documentation!
But:

Code from tutorial:
sickle = Sickle('http://elis.da.ulcc.ac.uk/cgi/oai2')
records = sickle.ListRecords(metadataPrefix='oai_dc')

yields following error:
HTTPError: 502 Server Error: Bad Gateway for url: http://elis.da.ulcc.ac.uk/cgi/oai2?

@geekdinazor
Copy link

I think this archive was gone. Maybe referring long term archives like Zenodo or Arxiv is more appropriate for demo/documentation.

Like:

>>> from sickle import Sickle
>>> sickle = Sickle('https://zenodo.org/oai2d')
>>> records = sickle.ListRecords(metadataPrefix='oai_dc')
>>> records.next()
<Record oai:zenodo.org:3739219>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants