components icon indicating copy to clipboard operation
components copied to clipboard

unable to create website template from instruction

Open rush86999 opened this issue 4 years ago • 0 comments

Description

After switching to another account and a new set of account credentials, I am unable to create a fresh deploy. My default profile has not changed and I have tried to create --aws-profile tag just in case but nothing seems to work.

E.g. stack trace, version, operating system, ...

Serverless Error ---------------------------------------

  RequestError: Request timed out

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com

  Your Environment Information ---------------------------
     Operating System:          darwin
     Node Version:              12.13.1
     Framework Version:         1.65.0
     Plugin Version:            3.4.1
     SDK Version:               2.3.0
     Components Version:        2.22.3


  Request Error ------------------------------------------

  RequestError: getaddrinfo ENOTFOUND github.com
      at ClientRequest.<anonymous> (/usr/local/lib/node_modules/serverless/node_modules/download/node_modules/got/index.js:182:22)
      at Object.onceWrapper (events.js:300:26)
      at ClientRequest.emit (events.js:215:7)
      at ClientRequest.EventEmitter.emit (domain.js:475:20)
      at TLSSocket.socketErrorListener (_http_client.js:406:9)
      at TLSSocket.emit (events.js:210:5)
      at TLSSocket.EventEmitter.emit (domain.js:475:20)
      at emitErrorNT (internal/streams/destroy.js:92:8)
      at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
      at processTicksAndRejections (internal/process/task_queues.js:80:21)

     For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.

rush86999 avatar Mar 25 '20 16:03 rush86999