Coder Social home page Coder Social logo

:tzdata_release_updater terminating about tzdata HOT 13 CLOSED

lau avatar lau commented on July 22, 2024
:tzdata_release_updater terminating

from tzdata.

Comments (13)

lau avatar lau commented on July 22, 2024 5

@jackvnimble Try running
mix deps.unlock tzdata and then mix deps.get

You should see tzdata 0.5.11 on the screen and in the mix.lock file0.5.8 should be replaced with 0.5.11.

~> means that higher patch versions are allowed. E.g. for ~> 0.5.8 versions allowed include 0.5.8, 0.5.9, 0.5.11, 0.5.99999 (if 0.5.99999ever gets released ;) ). But not0.6.0nor0.5.7`.
see https://hexdocs.pm/elixir/Version.html

from tzdata.

lau avatar lau commented on July 22, 2024 1

Strange. It works for me on Elixir 1.2.1.
It shouldn't be necessary but try deleting the _build dir and see if that helps.

from tzdata.

hubertlepicki avatar hubertlepicki commented on July 22, 2024 1

What does trigger this error exactly? Like, is it fetching some time zone data on regular basis from time to time?

from tzdata.

lau avatar lau commented on July 22, 2024

Is :logger or :tzdata in your applications list?

from tzdata.

madshargreave avatar madshargreave commented on July 22, 2024

Yes

from tzdata.

madshargreave avatar madshargreave commented on July 22, 2024

That actually did the trick, thanks

from tzdata.

lau avatar lau commented on July 22, 2024

Selv tak. Forresten vil jeg anbefale at bruge https://github.com/lau/calendar ;)

from tzdata.

id4ho avatar id4ho commented on July 22, 2024

Quick question.. I had this issue with calendar 0.17.2 and elixir 1.3.4. Deleting _build fixed it. Why does that fix this?

from tzdata.

lau avatar lau commented on July 22, 2024

@jackvnimble I think you might be seeing a different problem. Try deleting deps, then run mix deps.get and you'll might see it again. Solution: use version "~> 0.5.11" to avoid the problem.

from tzdata.

id4ho avatar id4ho commented on July 22, 2024

Ah gotcha! I'm stuck to 5.8 through https://github.com/lau/calendar 17.2. Maybe that could be safely bumped? ;)

from tzdata.

id4ho avatar id4ho commented on July 22, 2024

Ah nice! I'll give that a go

from tzdata.

suprafly avatar suprafly commented on July 22, 2024

@lau I had this problem and your fix (below) worked. Thanks!

mix deps.unlock tzdata and then mix deps.get

from tzdata.

swaathi avatar swaathi commented on July 22, 2024

@lau It's 2020 and the only thing that worked is your fix. Thank you! 🙏🏼

mix deps.unlock tzdata and then mix deps.get

I also removed _build and deps folder before doing this.

from tzdata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.