ropensci / rotl

Interface to Open Tree of Life API
https://docs.ropensci.org/rotl
Other
39 stars 18 forks source link

HTTP failure to connect to localhost #140

Closed nclaidiere closed 2 years ago

nclaidiere commented 2 years ago

Hi, I am new to rotl and just trying to run the getting started tutorial...

I installed rotl package on Rstudio and just did what was in the tuto: library(rotl) apes <- c("Pongo", "Pan", "Gorilla", "Hoolock", "Homo") (resolved_names <- tnrs_match_names(apes))

This returned the following error: Error: HTTP failure:500 Error: could not connect to http://localhost:1984/v3/tnrs/contexts

I tried shutting down the firewall just in case but to no avail. I am on windows, running the latest R and Rstudio versions. Nothing on the forums or here as far as I can tell.

Any ideas?

nclaidiere commented 2 years ago

This was a bug that has been fixed.