splitgraph / sgr

sgr (command line client for Splitgraph) and the splitgraph Python library
https://www.splitgraph.com
Other
325 stars 17 forks source link

Error message got changed #815

Open chenrui333 opened 1 year ago

chenrui333 commented 1 year ago

👋 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

onpaws commented 1 year ago

Thanks for the heads up. Will investigate

mildbyte commented 1 year ago

Server error on our side. Should be fixed now.