elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

Some sort of zip download failure on Windows XP #102

Open jeffshadap opened 8 years ago

jeffshadap commented 8 years ago

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/>
jvoigtlaender commented 8 years ago

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.