From 586b8282bfae1b18e5c82f12b0fb26d3afcd01c8 Mon Sep 17 00:00:00 2001 From: basilfx Date: Tue, 7 Oct 2014 12:49:35 -0700 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 1fc2ff9..1324b5d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -48,10 +48,10 @@ ERROR Request raised HTTP error with status code 401 (local request error). _Solutions_: * Verify your search providers * See if the status code can help you: - * 401 — Unauthorized: check if credentials are required - * 403 — Access denied: check if your credentials are correct - * 404 — Requested URL not found. Turn on verbose, and see what url is requested - * 5xx — Remote server error, nothing you can do right now + * 401 — Unauthorized: check if credentials are required. + * 403 — Access denied: check if your credentials are correct. + * 404 — Requested URL not found. Turn on verbose to see the url that is requested. Not that 404 isn't an error per se. For instance, the KAT search provider returns 404 to indicate no results. + * 5xx — Remote server error, nothing you can do right now. ## (Auto) update does not work ## _Symptons_: