Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run Elm #165

Open
thdoan opened this issue Oct 3, 2022 · 1 comment
Open

Cannot run Elm #165

thdoan opened this issue Oct 3, 2022 · 1 comment

Comments

@thdoan
Copy link

thdoan commented Oct 3, 2022

Steps to reproduce:

  1. Go to https://riju.codes/elm
  2. Click on Run

Error:

Compilation failed
-- PROBLEM LOADING PACKAGE LIST ------------------------------------------------

I need the list of published packages to verify your dependencies, so I tried to
fetch:

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

But my HTTP library is giving me the following error message:

ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [AI_ADDRCONFIG], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = , addrCanonName = }, host name: Just 'package.elm-lang.org', service name: Just '443'): does not exist (Try again)

@raxod502
Copy link
Member

raxod502 commented Oct 5, 2022

To fix this, we either need to adjust Elm so that it does not need network connectivity to run 'hello, world', or we need to find a way to allow outbound network connections without enabling abuse that violates AWS terms of service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants