-
Notifications
You must be signed in to change notification settings - Fork 38
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
entrez_summary()
fails silently at > 500 results
#106
Comments
not sure but perhaps related to #105 |
Hi @npjc , Looks like this is indeed the same problem as #105: NCBI is giving an error for JSON requests > 500 records and Failing that you will need to batch up the IDs into lots of 500 then stich the results you are interested in back together. I will leave this issue open until I have a useful error message in cases like this. |
Was about to open an issue - getting same problem using |
Sorry guys, on the TODO list but the TODO list is long at the moment! |
OK, just pushed some changes to the develop branch that should take care of these problems. Will merge to the master and get on CRAN in the next few days |
getting summary of all results fails (silently?)
getting summaries of the first works as expected
but try and get the first 501 results and then 💥
The text was updated successfully, but these errors were encountered: