-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tzdata download URL broken (currently?) #180
Comments
Somehow it looks like they only serve the newest tzdata on https:
Using http in stead of https works for both links. |
Same problem using Debian 9, can't use Genie.jl properly for this reason. Seems to be working under Ubuntu. |
Couldn't use (v1.1) pkg> add https://github.com/RelationalAI-oss/TimeZones.jl.git#rv-use-http-while-down And then, reinstalled the depending package. |
Seems like tzdata at version 2018i-0+deb9u1 doesn't have such problem (tested). |
Thanks for reporting this. Interesting that |
So looking more closely it appears that I'm using a link that redirects. I'll update the URLs so that no redirects are required. I'll also note that the HTTP link does redirect to HTTPS so it's possible that the URL was just using a failed redirect. I'll have a PR for this shortly. |
Should be fixed in v0.8.5 (JuliaLang/METADATA.jl#20816) |
Our builds that depend on TimeZones.jl started failing due to the inability to download the tzdata. The server returns a 502 Bad gateway error. As this is an external dependency, we cannot do anything until the people who own the website fix the URL.
It seems that downloading from HTTP in stead of HTTPS does work at the moment, so we are using the workaround here to make our builds work again until the issue gets resolved. RelationalAI-oss@a586cef
The text was updated successfully, but these errors were encountered: