ropensci / taxize

A taxonomic toolbelt for R
https://docs.ropensci.org/taxize
Other
267 stars 60 forks source link

Error: Service Unavailable (HTTP 503) for gnr_datasources() #895

Closed jtmiller28 closed 2 years ago

jtmiller28 commented 2 years ago

Hello, there seems to be an issue with the function gnr_datasources() at the current moment. When I run the following it produces the Error: Service Unavailable (HTTP 503). My internet connection is stable, and this same line of code ran fine last week so I am not sure where the issue is. Thanks!

sources <- gnr_datasources()
R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8    LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] iNEXT_2.0.20    sqldf_0.4-11    RSQLite_2.2.14  gsubfn_0.7      proto_1.0.0     leaflet_2.1.1   taxize_0.9.100 
 [8] forcats_0.5.1   stringr_1.4.0   dplyr_1.0.9     purrr_0.3.4     readr_2.1.2     tidyr_1.2.0     tibble_3.1.7   
[15] ggplot2_3.3.6   tidyverse_1.3.1 sf_1.0-7       

loaded via a namespace (and not attached):
 [1] nlme_3.1-157       fs_1.5.2           bold_1.2.0         lubridate_1.8.0    bit64_4.0.5        httr_1.4.3        
 [7] tools_4.2.1        backports_1.4.1    utf8_1.2.2         R6_2.5.1           KernSmooth_2.23-20 DBI_1.1.3         
[13] colorspace_2.0-3   withr_2.5.0        tidyselect_1.1.2   bit_4.0.4          curl_4.3.2         compiler_4.2.1    
[19] chron_2.3-57       cli_3.3.0          rvest_1.0.2        xml2_1.3.3         triebeard_0.3.0    scales_1.2.0      
[25] classInt_0.4-7     proxy_0.4-27       digest_0.6.29      pkgconfig_2.0.3    htmltools_0.5.2    dbplyr_2.2.0      
[31] fastmap_1.1.0      htmlwidgets_1.5.4  rlang_1.0.2        readxl_1.4.0       rstudioapi_0.13    httpcode_0.3.0    
[37] generics_0.1.2     zoo_1.8-10         jsonlite_1.8.0     crosstalk_1.2.0    magrittr_2.0.3     Rcpp_1.0.8.3      
[43] munsell_0.5.0      fansi_1.0.3        ape_5.6-2          lifecycle_1.0.1    stringi_1.7.6      plyr_1.8.7        
[49] grid_4.2.1         blob_1.2.3         parallel_4.2.1     crayon_1.5.1       lattice_0.20-45    conditionz_0.1.0  
[55] haven_2.5.0        hms_1.1.1          knitr_1.39         pillar_1.7.0       tcltk_4.2.1        uuid_1.1-0        
[61] reshape2_1.4.4     codetools_0.2-18   crul_1.2.0         reprex_2.0.1       glue_1.6.2         data.table_1.14.2 
[67] modelr_0.1.8       vctrs_0.4.1        tzdb_0.3.0         urltools_1.7.3     foreach_1.5.2      cellranger_1.1.0  
[73] gtable_0.3.0       reshape_0.8.9      assertthat_0.2.1   cachem_1.0.6       xfun_0.31          broom_0.8.0       
[79] e1071_1.7-9        class_7.3-20       iterators_1.0.14   memoise_2.0.1      units_0.8-0        ellipsis_0.3.2    

zachary-foster commented 2 years ago

It looks like the website is down. I get the same error going to https://resolver.globalnames.org/

jtmiller28 commented 2 years ago

Thanks! That explained it