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
TimeZones.jl retrieves its information directly from IANA's FTP server. This server commonly cannot be connected to resulting in the error message from the download function:
curl: (56) Recv failure: Connection reset by peer
We currently are automatically retrying to download files up to three times which works most of the time but can still cause Travis builds to fail or be annoying for first time uses. We should either find some reliable mirrors or maybe keep a copy of the timezone rules within the repo.
The text was updated successfully, but these errors were encountered:
One other reason to find an alternative source is to avoid issues with firewalls. Some networks disallow the ports required for transferring data via FTP.
TimeZones.jl retrieves its information directly from IANA's FTP server. This server commonly cannot be connected to resulting in the error message from the download function:
We currently are automatically retrying to download files up to three times which works most of the time but can still cause Travis builds to fail or be annoying for first time uses. We should either find some reliable mirrors or maybe keep a copy of the timezone rules within the repo.
The text was updated successfully, but these errors were encountered: