From 11d2976fb2ae1ff4527bdd386c9c8f991f6c302a Mon Sep 17 00:00:00 2001 From: garfield69 Date: Mon, 22 Apr 2024 12:56:05 +1200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 5280f04..854ffe3 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -16,6 +16,7 @@ Here is a list of common error messages that Jackett can generate when Indexers [[Exception (indexer): Ssl error:number:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER|https://github.com/Jackett/Jackett/wiki/Troubleshooting/#exception--ssl-errorssl-routinesopenssl_internalwrong_version_number]] [[FlareSolverr was able to process the request, but a captcha was detected. Captcha detected but no automatic solver is configured.|https://github.com/Jackett/Jackett/wiki/Troubleshooting#flaresolverr-was-able-to-process-the-request-but-a-captcha-was-detected-captcha-detected-but-no-automatic-solver-is-configured]] [[Got redirected to another domain.|https://github.com/Jackett/Jackett/wiki/TroubleShooting/#got-redirected-to-another-domain]] +[[Jackett is running with root privileges. You should run Jackett as an unprivileged user.|https://github.com/Jackett/Jackett/wiki/Troubleshooting/#jackett-is-running-with-root-privileges-you-should-run-jackett-as-an-unprivileged-user]] [[Input string was not in a correct format.|https://github.com/Jackett/Jackett/wiki/Troubleshooting/#input-string-was-not-in-a-correct-format]] [[Login Failed: Got redirected.|https://github.com/Jackett/Jackett/wiki/Troubleshooting/#login-failed-got-redirected]] [[Login failed: No form found on url.|https://github.com/Jackett/Jackett/wiki/TroubleShooting/#login-failed-no-form-found-on-url]] @@ -274,6 +275,13 @@ If afterwards you still have this issue, then see if the indexer has any alterna If you still have this issue, then the next thing to do is to provide an **enhanced** log so that the Jackett team can investigate. See [[How to provide a Jackett Enhanced log for a ticket|https://github.com/Jackett/Jackett/wiki/Troubleshooting/#how-to-provide-a-jackett-enhanced-log-for-a-ticket]] +[[Return to Index|https://github.com/Jackett/Jackett/wiki/TroubleShooting/#index]] +*** +## Jackett is running with root privileges. You should run Jackett as an unprivileged user. +Explanation TBP + +If you are doing this on purpose for some yet to be determined good reason then you can set an Environment Variable `DisableRootWarning` and the message will be suppressed. TBC + [[Return to Index|https://github.com/Jackett/Jackett/wiki/TroubleShooting/#index]] *** ## Login failed: No form found on url.