ropensci / weathercan

R package for downloading weather data from Environment and Climate Change Canada
https://docs.ropensci.org/weathercan
GNU General Public License v3.0
102 stars 29 forks source link

Problem with `mutate()` input `html`. #108

Closed FraserHemis closed 3 years ago

FraserHemis commented 3 years ago

Expected Behavior

weather_18 <- weather_dl(station_id, interval='hour') I was trying to download data from a station (10868). I was expecting the data.

Current Behavior

Erreur : Problem with mutate() input html. x schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). i Input html is purrr::map(...).

boshek commented 3 years ago

This is a duplicate of #104

@FraserHemis have you tried any of the troubleshooting outlined in that thread?