sgr icon indicating copy to clipboard operation
sgr copied to clipboard

Error message got changed

Open chenrui333 opened this issue 2 years ago • 2 comments

👋 while regression test sgr, we found that the error message for login got changed, raise this issue to confirm if that is desired. Thanks!

Error message diff

  -"error: splitgraph.exceptions.AuthAPIError: {\"error_code\":\"INVALID_CREDENTIALS\",\"error\":\"Invalid username or password\"}
  +"error: splitgraph.exceptions.AuthAPIError: <html>
  +error: <head><title>502 Bad Gateway</title></head>
  +error: <body>
  +error: <center><h1>502 Bad Gateway</h1></center>
  +error: <hr><center>openresty/1.19.3.1</center>
  +error: </body>
  +error: </html>

relates to https://github.com/Homebrew/homebrew-core/pull/138866

chenrui333 avatar Aug 07 '23 04:08 chenrui333

Thanks for the heads up. Will investigate

onpaws avatar Aug 07 '23 05:08 onpaws

Server error on our side. Should be fixed now.

mildbyte avatar Aug 07 '23 08:08 mildbyte