question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Since about a day I’m getting loads of 503 errors.

10:31:43 [Warning] : Request failed with ServiceUnavailable. Waiting 00:00:01 before next retry. Retry attempt 3. Response: StatusCode: 503, ReasonPhrase: 'Service Temporarily Unavailable', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
{
  Date: Wed, 27 Apr 2022 08:31:45 GMT
  Connection: keep-alive
  CF-Ray: 702634220b622e14-BRU
  Strict-Transport-Security: max-age=0; includeSubDomains; preload
  Vary: Accept-Encoding
  CF-Cache-Status: EXPIRED
  Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
  X-Content-Type-Options: nosniff
  Server: cloudflare
  Content-Type: application/json; charset=utf-8
  Content-Length: 58
}

Also have been seeing the message below sometimes. Not sure if related. {"message":"failure to get a peer from the ring-balancer"}

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:14

github_iconTop GitHub Comments

3reactions
yanisbakhcommented, Apr 27, 2022

Also having the {“message”:“failure to get a peer from the ring-balancer”} error since yesterday. It happens randomly, for requests that usually work.

2reactions
chrisackermanncommented, Apr 29, 2022

Hey everyone - just a heads up that we’re working on a fix for these 503s coming from the API and we’ll update here once it’s in place. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is HTTP error 503 and how do you fix it? - IT PRO
Essentially, the 503 error is your first warning that something is preventing the browser from accessing the website server. This is where said...
Read more >
What Does HTTP Error 503 (Service Unavailable) Mean ...
A 503 Service Unavailable Error is an HTTP response status code that indicates your web server operates properly, but it can't handle a ......
Read more >
How to Fix the HTTP Error 503 Service Unavailable - Kinsta
The 503 (Service Unavailable) status code indicates that the server is currently unable to handle the request due to a temporary overload or ......
Read more >
How to Fix 503 Service Unavailable Error: 7 Steps That Work
The 503 error is an HTTP status code that appears whenever the server is unable to handle a request. Usually, this error occurs...
Read more >
503 Service Unavailable Error Message: What It Is and How to ...
The 503 Service Unavailable error is an HTTP status code that means a website's server is not available right now. Most of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found