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
I had been working with the storm events database bulk download files and was really excited to come across this package! However, I am getting a "trust error" with all functions in the package.
I installed and loaded the package (as well as the hurricaneexposure package) like this:
Then all commands return the same error. For example:
find_events(date_range = c("2018-09-13", "2018-09-16"))
Returns the error:
Error in function (type, msg, asError = TRUE) :
schannel: CertGetCertificateChain trust error CERT_TRUST_IS_UNTRUSTED_ROOT
It might be an issue on my end, but I have not been able to find any documentation or posts online that resolve the issue, so I thought I would just reach out in case you know the problem!
Thanks,
Katherine
The text was updated successfully, but these errors were encountered:
Hi there,
I had been working with the storm events database bulk download files and was really excited to come across this package! However, I am getting a "trust error" with all functions in the package.
I installed and loaded the package (as well as the hurricaneexposure package) like this:
Then all commands return the same error. For example:
find_events(date_range = c("2018-09-13", "2018-09-16"))
Returns the error:
It might be an issue on my end, but I have not been able to find any documentation or posts online that resolve the issue, so I thought I would just reach out in case you know the problem!
Thanks,
Katherine
The text was updated successfully, but these errors were encountered: