-
Notifications
You must be signed in to change notification settings - Fork 53
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
Error in makeRequestErrorHandling from a listRecords call with from_ parameter #33
Comments
I should also state that, even before breaking, the server seems to return 3 records whose datestamps do not match the requested
Probably not related, and not as annoying as a crash, but still… |
When I run your code, I get 67 results, so I can't reproduce it. The NoRecordsMatch error gets raised when the server returns no results, this is part of the OAIPMH protocol. I also got the 3 records with the wrong timestamp. The server should not have returned those. |
I understand that In fact, from my testing it appears the |
Using
which gives:
With this from_/until specification, it should be reproducible for you. I hope you can reopen the bug. |
This very simple code is requesting records from a figshare set:
After finding several records, the code throws an exception with the following error:
If I remove the
from_
parameter from thelistRecords
call, it all works fine.The text was updated successfully, but these errors were encountered: