I was using rfishbase routinely when out the blue most functions started returning an error. Below are some examples of the errors I'm getting:
species("Pomacanthus paru")
No encoding supplied: defaulting to UTF-8.
Error in if (parsed$count == 0) { : argument is of length zero
In addition: Warning message:
In check_and_parse(resp) : Internal Server Error (HTTP 500).
morphometrics("Pomacanthus paru")
No encoding supplied: defaulting to UTF-8.
Error in if (parsed$count == 0) { : argument is of length zero
In addition: Warning message:
In check_and_parse(resp) : Internal Server Error (HTTP 500).
ecology("Pomacanthus paru")
No encoding supplied: defaulting to UTF-8.
Error in if (parsed$count == 0) { : argument is of length zero
I tried for many other different species but the outcome was the same. Curiously, some other functions , for example species_list, is working fine:
I was using rfishbase routinely when out the blue most functions started returning an error. Below are some examples of the errors I'm getting:
I tried for many other different species but the outcome was the same. Curiously, some other functions , for example species_list, is working fine:
Any thoughts?
Thanks in advance Osmar Luiz