From 74cf41e0f2359bd6ced1a9a0a977bfd446f3e1f1 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Mon, 9 Oct 2023 20:08:37 +1300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 832c5d6..ea662b1 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -351,10 +351,9 @@ See [How to provide a Jackett Enhanced log for a ticket](https://github.com/Jack [[Return to Index|https://github.com/Jackett/Jackett/wiki/TroubleShooting/#index]] *** ## The requested address is not valid in its context -This topics a WIP, TBC. -This error is usually found in connection to using a VPN, and most often specifically related to split tunnelling on Windows. +This error is usually found in connection to using a VPN, and usually specifically related to split tunnelling on Windows. Often the VPN being used does not support split tunnelling, or has not been configured correctly for this option. -The correct configuration is to change from `use VPN with only these programs`, where the Jackett executables are selected, to `use VPN with everything but these programs`, where the Jackett executables are not selected. +The correct configuration with regards to Jackett is to change from `use VPN with only these programs`, where the Jackett executables are selected, to `use VPN with everything but these programs`, where the Jackett executables are not selected. An alternative is to disable split tunnelling and just use a system level VPN. [[Return to Index|https://github.com/Jackett/Jackett/wiki/TroubleShooting/#index]]