-
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
ncbi_searcher Error in taxonomy(zz = outsum) : Too Many Requests (RFC 6585) (HTTP 429). #120
Comments
thanks, having a look |
@mpnelsen reinstall |
Thanks a ton, @sckott |
Actually...I'm still getting an error thrown after the update... api_key<-"xxxxxxx" Retrieving data for taxon 'Aster' ✔ Found: Aster ● Total: 1
|
did you restart R? turn on verbose curl output to make sure the key is being sent. you should see it as a query parameter. crul::set_verbose()
ncbi_searcher(...) |
I did...and it looks like it's sending it along (changed to a string of x's here). Thanks much for your help.
Retrieving data for taxon 'Aster' ✔ Found: Aster ● Total: 1
<= HTTP/1.1 200 OK
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
change in 42148b5 @mpnelsen reinstall again. added a also i wonder if we have different rate limits b/c i wasn't hitting the 429 error you hit. anyway, this should do it i hope |
That did it. Thx a lot, @sckott |
Hi,
I'm trying to conduct searches for accessions derived from a single gene in a single genus, but am getting an error (below). I'm wondering if there might be a way I can slow down the taxonomy search inside the function to circumvent this issue? Thanks for any suggestions!
-Matt.
Retrieving data for taxon 'Aster'
✔ Found: Aster
══ Results ═════════════════
● Total: 1
● Found: 1
● Not Found: 0
Working on Aster...
...retrieving sequence IDs...
...retrieving available genes and their lengths...
Error in taxonomy(zz = outsum) : Too Many Requests (RFC 6585) (HTTP 429).
Session Info
The text was updated successfully, but these errors were encountered: