ropensci / bold

Interface to the Bold Systems barcode webservice
https://docs.ropensci.org/bold
Other
17 stars 11 forks source link

network error #44

Closed dougwyu closed 7 years ago

dougwyu commented 7 years ago

bold_identify() is returning a network error (I think this has arisen only in the last few days). the BOLD website is accepting sequences for identification. I'm guessing this is really a BOLD website problem, but i thought i would flag it up.

  testseq <- list(eb4909 = "GAATAAATAATATAAGATTTTGATTACTCCCTCCTTCTTTATTtttATTAATTTTAAGAAATTTTATTGGAACGGGTGTAGGAACCGGATGAACTTTATATCCTCCTTTATCATCTATTGTTGGACATGATTCACCTTCTGTAGATTTAGGAATTttttCTATCCATATTGCTGGAATTTCCTCAATTATAGGATCAATTAATTTTATTGTTACTATTTTAAATATACacacaAaaaCTCATTCACTAAATTTTCTTCCTTTATTCACATGATCAATTTTAATTACAGCAATTCTTCTTCTGTTATCATTACCAGTTCTTGCAGGAGCAATTACTATACTTCTTACAGATCGAAATCTTAATACATCTTtttttGATCCCGCAGGTGGgggggATCCAATTTTATACCAACACTTATTTT")
  boldoutput <- bold_identify(testseq, db="COX1_SPECIES")

Error in FUN(X[[i]], ...) : Internal Server Error (HTTP 500).
sckott commented 7 years ago

thx for the report @dougwyu

seems to be up now

still not working for you?

dougwyu commented 7 years ago

working now. thanks for checking