Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

503 http error on live server #155

Closed
checho221 opened this issue Feb 17, 2019 · 15 comments
Closed

503 http error on live server #155

checho221 opened this issue Feb 17, 2019 · 15 comments

Comments

@checho221
Copy link

Hi, i am recently getting a 503 response from server, thanks in advance for fix it.

@DmitriyKylik
Copy link

Same issue. Prefixing target URL by https://cors-anywhere.herokuapp.com/ is not working. Thanks for fix!

@RuoyanMeng
Copy link

I got the same issue too, thanks in advance for fixing it!

@checho221
Copy link
Author

@Rob--W , it is happening again, thanks for fixing it!

@Rob--W
Copy link
Owner

Rob--W commented Mar 16, 2019

In the log files I see that the cause of those 503 errors is H12 (Request timeout; likely because there are too many users of the service.

A large number of requests appear to originate from radio/streaming sites. These types of sites have historically been a nuisance due to unreasonable resource usage (see #129). I've just identified another commercial library that is responsible for a huge chunk of requests, so I'm going to block them.

@checho221
Copy link
Author

checho221 commented Mar 16, 2019

@Rob--W that is great, thank you so much, please tell us when it is ready in order to make a test.

@Rob--W
Copy link
Owner

Rob--W commented Mar 16, 2019

Blocking that specific library did not fix the issue. The server is receiving more requests than it can handle. Even when I lower the rate-limit to 6 requests per minute, the server is still unable to process all requests.

@checho221
Copy link
Author

@Rob--W it sound like it is necesary a implement a load-balancer, i will be ready if you need help.

@Tatianisss
Copy link

Hi! Everything worked fine , but now comes the error "GET https://cors-anywhere.herokuapp.com/URL 503 (Service Unavailable)"! How i can fix this? Just wait?

@benwille
Copy link

I'm getting the issue again. I'm wondering if this just happens from time to time and it will come back up or if there is something I need to report or fix on my end. I'm trying URL: https://cors-anywhere.herokuapp.com/http://www.nwslsoccer.com/stats?team=bn7w86uw8j61dga3xr5s0yiju&season=2019

@lisarutan
Copy link

Also having the same issue and the service seems to be down (visiting https://cors-anywhere.herokuapp.com/ returns an application error)...

@Rob--W
Copy link
Owner

Rob--W commented Jan 14, 2021

When I view the log file, the error is code=H11 desc="Backlog too deep"

The server is overloaded, host your own one if availability is important. And see #301

@terrygreen0606
Copy link

I have hosted my own (cors-anywhere) in my heroku, but still getting 503 error.
Can you let me know how to fix?

@terrygreen0606
Copy link

Not sure why Cloudfare is related here, but it gives 503 Service Unavilable error with this preview image.
image

@terrygreen0606
Copy link

https://github.com/Rob--W/cors-anywhere.git
Running this repository in localhost works perfectly as supposed as proxy to avoid cors error.
But if I host this on heroku, it returns the error above.
Any comments will be helpful.

@Rob--W
Copy link
Owner

Rob--W commented Apr 13, 2021

@terrygreen0606 Your issue is unrelated to the issue reported here. If you still encounter issues, please file a new issue with a better description of the issue.

It seems that your issue is completely unrelated to CORS Anywhere though, and more related to your server configuration (using Cloudflare in the front, instead of letting Heroku manage all API calls).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants