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'm running a call to the API to detect new species recorded on the platform (similar to what I do here).
I have included a sleep argument to pause the call for 10 seconds every 10 queries. However, I'm getting the following error:
Error in curl::curl_fetch_memory(url, handle = handle) : LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.inaturalist.org:443
Any ideas on how to get past this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
The first which talks about IPv6, which could be your issue as the api does not have an IPv6 record or the one talking about installing CURL with openSSL and not LibreSSL as you are currently running curl with libreSSL.
Hi, I'm running a call to the API to detect new species recorded on the platform (similar to what I do here).
I have included a sleep argument to pause the call for 10 seconds every 10 queries. However, I'm getting the following error:
Error in curl::curl_fetch_memory(url, handle = handle) : LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.inaturalist.org:443
Any ideas on how to get past this issue?
Thanks!
The text was updated successfully, but these errors were encountered: