elm-repl icon indicating copy to clipboard operation
elm-repl copied to clipboard

Some sort of zip download failure on Windows XP

Open jeffshadap opened this issue 9 years ago • 1 comments

Sometimes i get this error when running the elm REPL. Sometimes it works fine

Platform : Windows XP

> elm repl
---- elm repl 0.16.0 -----------------------------------------------------------
 :help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl>
--------------------------------------------------------------------------------
> 1+1
failed with 'Data.Binary.Get.runGet at position 4: Did not find end of central directory signature' when sending request
 to
    <http://github.com/elm-lang/core/zipball/3.0.0/>

>

This also happens when doing elm make

$ elm make Main.elm
Some new packages are needed. Here is the upgrade plan.

  Install:
    elm-lang/core 3.0.0

Do you approve of this plan? (y/n) y
Downloading elm-lang/core
failed with 'Data.Binary.Get.runGet at position 4: Did not find end of central directory signature' when sending request
 to
    <http://github.com/elm-lang/core/zipball/3.0.0/>

jeffshadap avatar Feb 20 '16 04:02 jeffshadap

Looks like this is not an issue with elm-repl per se. Relevant: https://github.com/elm-lang/elm-package/issues/163, https://github.com/elm-lang/elm-package/issues/115#issuecomment-127000226.

jvoigtlaender avatar Feb 20 '16 09:02 jvoigtlaender