Skip to content

cat-fact url 503 error #3

@r-matsuzaka

Description

@r-matsuzaka

http://cat-fact.herokuapp.com/facts/random is still available?

When I run the first cell in the chapter2 notebook,

import requests
 
result = requests.get("http://cat-fact.herokuapp.com/facts/random")
print(result)
print(result.json())
print(result.json()['text'])

I got the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions