Skip to main content
Question

503 - Service Temporarily Unavailable C# SDK


  • New Participant
  • 2 replies

Attempting to do a basic Auth using the C# SDK (RingCentral.Net -Version 5.17.0)

RestClient rc = new RestClient("RC_CLIENT_ID", RC_CLIENT_SECRET, RC_SERVER_URL)
await rc.Authorize(JWT);

I am receiving the below error.

Response:
StatusCode: 503, ReasonPhrase: 'Service Temporarily Unavailable', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
  Connection: keep-alive
  Date: Thu, 18 Aug 2022 14:04:00 GMT
  Server: nginx
  Content-Length: 190
  Content-Type: text/html
}
Content: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>

This seems to have been going on for most of today? Are you aware ?

Thanks.

6 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2327 replies
  • August 18, 2022
RestClient("RC_CLIENT_ID", RC_CLIENT_SECRET, RC_SERVER_URL)

Why the RC_CLIENT_ID is quoted? Did you put the client id directly in place, or it's just a mistake when you posted your question?


  • Author
  • New Participant
  • 2 replies
  • August 18, 2022

Sorry it was when i was typing it out in the question above and removing credentials. The error is still present the example above should not have the quotes around.

RestClient(RC_CLIENT_ID, RC_CLIENT_SECRET, RC_SERVER_URL)

Is the sandbox experiencing issues ? TIA.


PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2327 replies
  • August 18, 2022

No, sandbox is working normally.


  • Author
  • New Participant
  • 2 replies
  • September 1, 2022

@Phong Vu I am re-visiting this integration after reading various forum topics. In the code above my assumption is the URL should read "https://platform.devtest.ringcentral.com/restapi/oauth/token" rather than "https://service.devtest.ringcentral.com/restapi/oauth/token"

However, i seem to be getting timeouts from the devtest endpoints.

I am hopeful that these timeouts are a know temporary issue and not related to anything i am doing?


PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2327 replies
  • September 1, 2022

The sandbox environment is currently down due to a power outage incident yesterday evening. The team is working on it right now. It may still take some time to get it back to normal.


PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2327 replies
  • September 2, 2022

I just run some test. It seems the issue is fixed and the sandbox operation is back to normal.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings