-
Notifications
You must be signed in to change notification settings - Fork 12
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
match_taxa @ obistools Error: (204) No Content - AphiaRecordsByMatchNames #102
Comments
@haniehsaeedi Can you please provide some names which are causing issues? Thanks. |
@pieterprovoost I do not receive any error mentioning any names, only ''Error: (204) No Content - AphiaRecordsByMatchNames'' |
I presume the issue is caused by one of the names in |
data_merged.csv |
I'm not able to reproduce the problem with your dataset, see below. There is a known issue with > data_merged <- read.csv("data_merged.csv")
> names <- data_merged$scientificName
> res <- match_taxa(names)
5484 names, 0 without matches, 132 with multiple matches We can add a workaround in this package, but it may take a while. |
Thanks @pieterprovoost |
I have been using the match_taxa function in obistools and was working properly so far, but in the last few days I get this error with the same dataset that I used before and worked.
Error: (204) No Content - AphiaRecordsByMatchNames
This is my code
library("obistools")
names <- (data_merged$scientificName)
match_taxa(names)
Could this be related to WoRMS non-binomials issue ropensci/worrms#25? could you help me, please?
The text was updated successfully, but these errors were encountered: