Weird... I'll try to isolate and reproduce the error, this specific error only happens occasonaly. But the only thing that solved, for me, was running local.public_keys task without any argument. Thanks for the explanation.
On Thursday, May 19, 2016 at 2:47:20 PM UTC-3, José Valim wrote: > > Running "mix local.public_keys" without any argument does not install any > key and all the keys required for fetching Hex already ships with Elixir. > So I am afraid it may not be the root cause for the issues were seeing. > > > > *José Valim* > www.plataformatec.com.br > Skype: jv.ptec > Founder and Director of R&D > > On Thu, May 19, 2016 at 6:45 PM, cevado <[email protected] <javascript:>> > wrote: > >> Sometimes when I run the task local.hex, it doesn't update hex. I tried >> different approachs to solve this but finally I concluded that the real >> problem was that my public keys were outdated. >> Since all documentation and information about updating hex only instruct >> to run local.hex, shouldn't the task local.hex run local.public_keys >> internally? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "elixir-lang-core" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/elixir-lang-core/ecc9148a-bb77-4ca4-904c-912f6e0a165d%40googlegroups.com >> >> <https://groups.google.com/d/msgid/elixir-lang-core/ecc9148a-bb77-4ca4-904c-912f6e0a165d%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/85ef5baf-1faf-4c95-a068-20bfc0be4aee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
