maRce10 / warbleR

streamline acoustic analysis in R
https://marce10.github.io/warbleR/
GNU General Public License v3.0
52 stars 21 forks source link

query_xc issue #47

Closed jonathanpdrury closed 2 years ago

jonathanpdrury commented 2 years ago

Hello,

I keep getting the following error when running query_xc:

CR.recs <- querxc(qword = 'cnt:"costa rica"', download = FALSE) Error in file(con, "r") : cannot open the connection to 'https://www.xeno-canto.org/api/2/recordings?query=cnt:"costa%20rica"' In addition: Warning message: In file(con, "r") : URL 'https://www.xeno-canto.org/api/2/recordings?query=cnt:"costa%20rica"': status was 'Peer certificate cannot be authenticated with given CA certificates'

Yet when I copy and paste the URL for the api link, the page appears to display everything just fine. I've updated R and reinstalled warbleR from the github and still get the message. Thanks very much for your help and your work on this package!

maRce10 commented 2 years ago

same issue than #44. It was already fixed. Please install again from github:

devtools::install_github("maRce10/warbleR")