You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: