Hello, this is my first pull request so I'm sorry if I missed something.
It appears that in issue #1185 (bored error) there was an error caused by the old API url as currently that API is down. I replaced the url with a very similar one located here (https://bored.api.lewagon.com/) and added the new "link" parameter that it provided. In addition, I added a try except statement to catch any future errors that might occur.
Hello, this is my first pull request so I'm sorry if I missed something.
It appears that in issue #1185 (
bored
error) there was an error caused by the old API url as currently that API is down. I replaced the url with a very similar one located here (https://bored.api.lewagon.com/) and added the new "link" parameter that it provided. In addition, I added a try except statement to catch any future errors that might occur.