-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failed With Unprocessable Entity #39
Comments
using |
Interesting. It seems that your example query does not match any record, and the server chooses to return an |
Yes, it is strange. It used to work some months back which is why I wrote an email to zenodo to find out whether the changed any settings. It is weird that the indicate an Thanks for the fix. I'll try it out and get back to you. |
I can confirm that with 0.3.2 I am able to harvest without the |
I have just heard from Zenodo. They logged the issue and will report back with an update once the fixed it. |
Thanks for the update. Somehow, HTTP 422 does not seem so wrong, after all:
The OAI spec is not against using additional HTTP status codes: http://www.openarchives.org/OAI/openarchivesprotocol.html#StatusCodes
If I find other endpoints using HTTP 422, I'll make a note. |
Still I don't understand why the earliest timestamp would not return any data. |
The missing earliest timestamp issue I saw in other endpoints as well and that should be fixable. |
Hi @miku,
I experience a problem with an endpoint that used to work before. I am not sure if this is a problem with the endpoint itself. Maybe you can give me some guidance.
Among the returned info from the endpoint, I see "DailyInterval:false". Does this explain the issue?
UPDATE: I see "DailyInterval:false" also with other endpoints that work.
Thanks!
Tobias
The text was updated successfully, but these errors were encountered: