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
the error we're trying to catch is Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached: [api.github.com] LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
The text was updated successfully, but these errors were encountered:
I think we could insert a
tryCatch
here to catch errors with calling GitHub API and just return the last cached link date (maybe issuing a warning)covidData/R/get_time_series_data_link.R
Lines 53 to 57 in b0c64be
the error we're trying to catch is
Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached: [api.github.com] LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
The text was updated successfully, but these errors were encountered: