theam/haskell-do

REPL is not working

Closed this issue · 5 comments

There is just nothing. Also, there is no any useful output in terminal about the problem. Tried on latest version from git.

screenshot_20170317_224425

There are a lot of errors in developer console though:

WebSocket is already in CLOSING or CLOSED state.
{"loaded":true,"filepath":"","console":"main","cells":[{"cellContent":"main = putStrLn \"Hello, world!\"","cellType":"CodeCell","cellId":0}],"author":"","date":"","subtitle":"","title":""}

And the first one:

WebSocket connection to 'ws://localhost:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

Can you try to run stack build first in the root of your project and then try to use the console?

Also, try to see if there is a process called haskelldo-core... and kill it.

Thanks!

  1. stack build didn't help.
  2. There is no a haskelldo-core named process.

I've looked into this, looks like they are the same reasons as #36 .

I can reproduce this

Irrelevant with new version, closing