Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/5fae8e7762b61353d56831969729890d5904b58f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
8 deletions
@ -1,10 +1,6 @@
using System ;
using System.Net ;
using NzbDrone.Common.Extensions ;
using com.LandonKey.SocksWebProxy.Proxy ;
using com.LandonKey.SocksWebProxy ;
using System.Net.Sockets ;
using System.Linq ;
using NzbDrone.Common.Http.Proxy ;
namespace NzbDrone.Common.Http.Dispatchers
@ -47,11 +47,11 @@
<HintPath > ..\packages\NLog.4.3.0-rc1\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include= "Org.Mentalis, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\DotNet4.SocksProxy.1.0 .0.0\lib\net40\Org.Mentalis.dll</HintPath>
<HintPath > ..\packages\DotNet4.SocksProxy.1.1 .0.0\lib\net40\Org.Mentalis.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SocksWebProxy, Version=1. 0 .0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath > ..\packages\DotNet4.SocksProxy.1.0 .0.0\lib\net40\SocksWebProxy.dll</HintPath>
<Reference Include= "SocksWebProxy, Version=1. 1 .0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath > ..\packages\DotNet4.SocksProxy.1.1 .0.0\lib\net40\SocksWebProxy.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System" />
@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNet4.SocksProxy" version="1.0 .0.0" targetFramework="net40" />
<package id="DotNet4.SocksProxy" version="1.1 .0.0" targetFramework="net40" />
<package id="ICSharpCode.SharpZipLib.Patched" version="0.86.5" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net40" />
<package id="NLog" version="4.3.0-rc1" targetFramework="net40" />