haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Can not create new project with VS-Code ,stack and Haskelly #71

Closed sanzor closed 6 years ago

sanzor commented 6 years ago

Hello i am trying to create a new Haskell project using the "simple " template and i get this error:

$ stack new fhs simple
?[0mDownloading template "simple" to create project "fhs" in fhs\ ...?[0m
?[0m
?[93mWarning:?[0m Retry number 0 after a total delay of 0 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
?[0m
?[93mWarning:?[0m Retry number 1 after a total delay of 100000 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
?[0m
?[93mWarning:?[0m Retry number 2 after a total delay of 200000 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
?[0m
?[93mWarning:?[0m Retry number 3 after a total delay of 300000 us
         If you see this warning and stack fails to download, but running the command again solves
         the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510?[0m
HttpExceptionRequest Request {
  host                 = "raw.githubusercontent.com"
  port                 = 443
  secure               = True
  requestHeaders       = []
  path                 = "/commercialhaskell/stack-templates/master/simple.hsfiles"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
}
 (ConnectionFailure Network.Socket.sendBuf: does not exist (No such file or directory))
martrik commented 6 years ago

Hello @sanzor. I'm afraid this is not a Haskelly related issue, and most probably is caused by some internet issue in your machine. Maybe you have some sort of Firewall that's preventing the connection with the server? I'll close this issue as there's nothing we can really do.