WaspW
Wasp17mo ago
wailroth

Unable to create opensaas project

Hi!

I don't know why i'm getting this error, trying to create a new project:

wasp new -t saas
Enter the project name (e.g. my-project) ▸ saas-test

🐝 --- Creating your project from the "saas" template... --------------------------



❌ --- [Error] Project creation failed: -------------------------------------------

HttpExceptionRequest Request {
  host                 = "github.com"
  port                 = 443
  secure               = True
  requestHeaders       = [("Connection","close")]
  path                 = "/wasp-lang/open-saas/archive/wasp-v0.14-template.tar.gz"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
 (InternalException (HostCannotConnect "github.com" [Network.Socket.connect: <socket: 59>: invalid argument (Bad file descriptor)]))
Was this page helpful?