-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Comments
Same issue. Prefixing target URL by https://cors-anywhere.herokuapp.com/ is not working. Thanks for fix! |
I got the same issue too, thanks in advance for fixing it! |
@Rob--W , it is happening again, thanks for fixing it! |
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. |
@Rob--W that is great, thank you so much, please tell us when it is ready in order to make a test. |
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. |
@Rob--W it sound like it is necesary a implement a load-balancer, i will be ready if you need help. |
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? |
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 |
Also having the same issue and the service seems to be down (visiting https://cors-anywhere.herokuapp.com/ returns an application error)... |
When I view the log file, the error is The server is overloaded, host your own one if availability is important. And see #301 |
I have hosted my own (cors-anywhere) in my heroku, but still getting 503 error. |
https://github.com/Rob--W/cors-anywhere.git |
@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). |
Hi, i am recently getting a 503 response from server, thanks in advance for fix it.
The text was updated successfully, but these errors were encountered: