Core: Repl error

Created on 27 Sep 2018  路  2Comments  路  Source: elm/core

I installed elm yesterday.
Run elm repl and saw:
`-- HTTP PROBLEM ----------------------------------------------------------------

The following HTTP request failed:

<https://package.elm-lang.org/all-packages>

Here is the error message I was able to extract:

HttpExceptionRequest Request { host = "package.elm-lang.org" port = 443
secure = True requestHeaders =
[("User-Agent","elm/0.19.0"),("Accept-Encoding","gzip")] path =
"/all-packages" queryString = "" method = "GET" proxy = Nothing rawBody =
False redirectCount = 10 responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1 } (InternalException (HandshakeFailed (Error_Misc
"Network.Socket.recvBuf: resource vanished (Connection reset by peer)")))

`

Most helpful comment

@everystone I tried it.
Connection error.
I live in Russia,maybe ip was blocked by goverment.
UPD:it works with VPN

All 2 comments

Connection reset by peer indicates its a network issue, try opening https://package.elm-lang.org/all-packages in your browser and verify that it loads.

@everystone I tried it.
Connection error.
I live in Russia,maybe ip was blocked by goverment.
UPD:it works with VPN

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liamcurry picture liamcurry  路  4Comments

keithasaurus picture keithasaurus  路  6Comments

opvasger picture opvasger  路  6Comments

galderz picture galderz  路  6Comments

rtfeldman picture rtfeldman  路  8Comments