0

When running da new I am getting this error (indented to improve readability):

RepoError (
  ErrorDownload (
    ServantErrorWithContext (
      FailureResponse (
        Response {
          responseStatusCode = Status {
            statusCode = 404,
            statusMessage = "Not Found"
          },
          responseHeaders = fromList [
            ("Server","nginx"),
            ("Date","Sun, 21 Apr 2019 14:20:58 GMT"),
            ("Content-Type","text/plain"),
            ("Transfer-Encoding","chunk")
          ]
        }
      )
    )
  )
)

What's its meaning?

stefanobaghino
  • 11,253
  • 4
  • 35
  • 63
arjun a
  • 151
  • 7

1 Answers1

0

Using the latest version of DAML we have introduced a daml command. I suggest you try using that.

Neil Mitchell
  • 9,090
  • 1
  • 27
  • 85