From 7294247ec1cea04399622dee76d8d98348d58daa Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Mon, 11 May 2020 17:40:53 -0700 Subject: [PATCH] Update TROUBLESHOOTING.md --- TROUBLESHOOTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index d2ebba9..d356f30 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -43,6 +43,9 @@ And then reload the supervisor configuration: If Redis is taking too long to restart, follow this: https://stackoverflow.com/a/45069100/2326811 and then start it `sudo service redis start` +## My local instance is returning HTTP 503 + + This is an error forwarded from MAL, it typically happens when MAL is down. The Jikan response body includes the HTTP status from MAL, like: `[HTTP code] on [request url]` ## I want to clear the cache in Jikan `php artisan cache:clear`