-
Notifications
You must be signed in to change notification settings - Fork 71
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_release_updater terminating, argument error #19
Comments
I tried deleting the _build folder with no luck... |
the problem seems related to the last version of tzdata: 0.5.7 |
the downgrade to 0.5.6 makes it work also on 0.5.7...after upgrading again now it works. 😓 |
I'm not sure what the issue is. There have been issues with Timex. I recommend using Calendar: https://github.com/lau/calendar |
Same issue here, and I'm using Calendar. |
|
Is this is development mode or does it happen when deployed to a server? Did you have this config setting set? |
At the moment merely development, and no I do not have any such config set. |
From the line numbers, looking at the code, it looks like it tries to open a file |
Thanks! I continue to be very happy with Calendar by the way, great work. |
Thanks, I appreciate that. |
I got the same issue, I have [debug] Tzdata polling for update.
[debug] Tzdata downloading new data from https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz
[debug] Tzdata data downloaded. Release version 2016d.
[info] Tzdata has updated the release from 2016c to 2016d
[debug] Tzdata deleting ETS table for version 2016c
[debug] Tzdata deleting ETS table file for version 2016c I removed |
A new version 0.5.8 has just been release. It has improved error handling for errors related to |
I'm on elixir 1.2.2, my deps are:
When I run the project (for example with iex -S mix) I get this after some seconds:
The text was updated successfully, but these errors were encountered: