-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
"https://cors-anywhere.herokuapp.com/" is down #142
Comments
This happens all the time. But this time it's different. The URL is working https://cors-anywhere.herokuapp.com/ but the actual requests are corrupted. |
I started capturing the access logs almost 10 hours ago. Do you have a specific example of a failure? The absence of CORS headers suggests that there may be an operational (server) issue. |
Did you start blocking requests from any particular sites? It seems this is a globally scoped problem. |
The latest status of blocks is in https://github.com/Rob--W/cors-anywhere/issues/129#issuecomment-433005558 . When blocked, the response is immediate and the status code is either 403 or 429. 503 after a timeout sounds like a resource problem (i.e. too many people trying to use the public demo). But I can only confirm whether that is the case if you provide a concrete example of a failure. I'm not going to capture the log forever, so please share an example if you can. |
I just tried right now. It's coming back as a 503 error. I don't think my particular payload is being blocked. I'm not sending more then 1 or 2 requests at a time. |
Please provide the exact URL and time. Otherwise I cannot investigate it. |
Any and all image URL's will result in the same 503. For example this picture @ 1:13pm PST https://cors-anywhere.herokuapp.com/https://i.imgur.com/4U89t5z.jpg |
Thanks, that helped! Apparently this is not an operational issue, but an application error (which probably happened when Node.js was bumped to the latest version in the latest update):
I'll work on a fix. |
It was working for 24 hours and working prior to the fix. Now it's not working anymore 👎 NM It's working again. 👍 |
Yesterday I pushed the update to this repository to run automated tests. Since all tests have passed, I have now published the changes to the public CORS Anywhere demo, which solves the problem. |
I am using this for Yelp API
Time to response: ~ 70 - 90 ms
HTTP status code in response: 503
HTTP response body:
and this is intermittently (second time it happened to me)
hopefully this is helpful for debugging
The text was updated successfully, but these errors were encountered: