Hi all, Today I started to have problems with elm-package install. It raises:
*Error*: Your .elm/packages/ directory may be corrupted. I was led to beleive that sanichi/elm-md5 existed, but I could not find anything when I went to look up the published versions of this package. First I thought it was something related to the package I was trying to install (elm-package install sanichi/elm-md5 1.0.0) but any package I tested ended up the same (e.g. elm-package install evancz/elm-http). I deleted ~/.elm/, elm-stuff/, and completely reinstalled Elm 0.17.1 (still). Monitoring my out-coming HTTP requests I guess elm-package install is generating an invalid URL: 45.55.202.19 HTTP 219 GET /all-packages?elm-package-version=0.17.1&since=2016-11-17%2014%3A27%3A00.653088%20UTC HTTP/1.1 I.e. http://45.55.202.19/all-packages?elm-package-version=0.17.1&since=2016-11-17%2014:27:00.653088+UTC (which returns null). If I access http://45.55.202.19/all-packages?elm-package-version=0.17.1 <http://45.55.202.19/all-packages?elm-package-version=0.17.1&since=2016-11-17%2014:27:00.653088+UTC> (the same thing without the &since=… query) I actually get a list of packages. Any ideas about what to do? Many thanks, Eduardo http://cuducos.me/ -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
