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

GET requests to https://cat-fact.herokuapp.com/facts are not working #165

Open
mitchspano opened this issue Jul 1, 2022 · 5 comments
Open

Comments

@mitchspano
Copy link

Hello,

I have been using the cat-fact API in a demonstration project, but it appears that the service is down:

curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET https://cat-fact.herokuapp.com/facts
HTTP/1.1 503 Service Unavailable
Connection: keep-alive
Server: Cowboy
Date: Fri, 01 Jul 2022 14:48:01 GMT
Content-Length: 506
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache, no-store

<!DOCTYPE html>
<html>
    <head>
          <meta name="viewport" content="width=device-width, initial-scale=1">
          <meta charset="utf-8">
          <title>Application Error</title>
          <style media="screen">
            html,body,iframe {
                  margin: 0;
                  padding: 0;
            }
            html,body {
                  height: 100%;
                  overflow: hidden;
            }
            iframe {
                  width: 100%;
                  height: 100%;
                  border: 0;
            }
          </style>
    </head>
    <body>
        <iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
    </body>
</html>
@alexwohlbruck
Copy link
Owner

Something has gone bad with my deploy pipeline. Ever since that issue with github apps on heroku it has not been working right. I'll try to get something going this weekend.

@wallacepreston
Copy link

@alexwohlbruck would love this to get working as well!

@DiogoPCastelos
Copy link

@alexwohlbruck Would also love for this to work again 😢 used it on a discord server for my cat loving friends :((

@kittykill-exe
Copy link

Yes I get this too. Is there a fix?
I want it to work. I love cat facts 😸

@Sixless129
Copy link

i get this too.

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

6 participants