The problem seems to be that the specified URL in the URL field contains "\\" (without quotes). If you replace the "\\" with "//" (without quotes), the error should no longer occur. For future versions of PackJacket, we will change it to replace "\\" as "//" automatically and not cause an error as essentially it doesn't matter which slash is used. For a temporary workaround, as specified earlier you should just use "//" instead of "\\" (without quotes) when specifying the URL.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem seems to be that the specified URL in the URL field contains "\\" (without quotes). If you replace the "\\" with "//" (without quotes), the error should no longer occur. For future versions of PackJacket, we will change it to replace "\\" as "//" automatically and not cause an error as essentially it doesn't matter which slash is used. For a temporary workaround, as specified earlier you should just use "//" instead of "\\" (without quotes) when specifying the URL.