Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/1631c1877c4f90663a52457ab8dc9c45a482c97c?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
29 additions and
25 deletions
@ -46,12 +46,13 @@
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.AspNet.SignalR.Core.1.1.3\lib\net40\Microsoft.AspNet.SignalR.Core.dll</HintPath>
</Reference>
<Reference Include= "Nancy" >
<HintPath > ..\packages\Nancy.0.18.0\lib\net40\Nancy.dll</HintPath>
<Reference Include= "Nancy, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.0.20.0\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include= "Nancy.Authentication.Basic, Version=0. 18 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "Nancy.Authentication.Basic, Version=0. 20 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.Authentication.Basic.0.18 .0\lib\net40\Nancy.Authentication.Basic.dll</HintPath>
<HintPath > ..\packages\Nancy.Authentication.Basic.0.20 .0\lib\net40\Nancy.Authentication.Basic.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
@ -2,8 +2,8 @@
<packages>
<package id="FluentValidation" version="4.0.0.1" targetFramework="net40" />
<package id="Microsoft.AspNet.SignalR.Core" version="1.1.3" targetFramework="net40" />
<package id="Nancy" version="0.18 .0" targetFramework="net40" />
<package id="Nancy.Authentication.Basic" version="0.18 .0" targetFramework="net40" />
<package id="Nancy" version="0.20 .0" targetFramework="net40" />
<package id="Nancy.Authentication.Basic" version="0.20 .0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net40" />
<package id="NLog" version="2.0.1.2" targetFramework="net40" />
<package id="ValueInjecter" version="2.3.3" targetFramework="net40" />
@ -89,12 +89,13 @@
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Microsoft.Owin.Hosting.1.1.0-beta2\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include= "Nancy" >
<HintPath > ..\packages\Nancy.0.18.0\lib\net40\Nancy.dll</HintPath>
<Reference Include= "Nancy, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.0.20.0\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include= "Nancy.Owin, Version=0. 18 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "Nancy.Owin, Version=0. 20 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.Owin.0.18 .0\lib\net40\Nancy.Owin.dll</HintPath>
<HintPath > ..\packages\Nancy.Owin.0.20 .0\lib\net40\Nancy.Owin.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
@ -1,7 +1,4 @@
using System ;
using System.Collections.Generic ;
using System.Threading.Tasks ;
using Nancy.Bootstrapper ;
using Nancy.Bootstrapper ;
using Nancy.Owin ;
using Owin ;
@ -20,8 +17,13 @@ namespace NzbDrone.Host.Owin.MiddleWare
public void Attach ( IAppBuilder appBuilder )
{
var nancyOwinHost = new NancyOwinHost ( null , _nancyBootstrapper , new HostConfiguration ( ) ) ;
appBuilder . Use ( ( Func < Func < IDictionary < string , object > , Task > , Func < IDictionary < string , object > , Task > > ) ( next = > ( Func < IDictionary < string , object > , Task > ) nancyOwinHost . Invoke ) , new object [ 0 ] ) ;
var options = new NancyOptions
{
Bootstrapper = _nancyBootstrapper ,
PerformPassThrough = context = > context . Request . Path . StartsWith ( "/signalr" )
} ;
appBuilder . UseNancy ( options ) ;
}
}
}
@ -5,8 +5,8 @@
<package id="Microsoft.Owin" version="1.1.0-beta2" targetFramework="net40" />
<package id="Microsoft.Owin.Host.HttpListener" version="1.1.0-beta2" targetFramework="net40" />
<package id="Microsoft.Owin.Hosting" version="1.1.0-beta2" targetFramework="net40" />
<package id="Nancy" version="0.18 .0" targetFramework="net40" />
<package id="Nancy.Owin" version="0.18 .0" targetFramework="net40" />
<package id="Nancy" version="0.20 .0" targetFramework="net40" />
<package id="Nancy.Owin" version="0.20 .0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net40" />
<package id="NLog" version="2.0.1.2" targetFramework="net40" />
<package id="NLog.Config" version="2.0.1.2" targetFramework="net40" />
@ -59,13 +59,13 @@
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
<Reference Include= "Nancy, Version=0. 18 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "Nancy, Version=0. 20 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.0.18 .0\lib\net40\Nancy.dll</HintPath>
<HintPath > ..\packages\Nancy.0.20 .0\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include= "Nancy.Owin, Version=0. 18 .0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include= "Nancy.Owin, Version=0. 20 .0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Nancy.Owin.0.18 .0\lib\net40\Nancy.Owin.dll</HintPath>
<HintPath > ..\packages\Nancy.Owin.0.20 .0\lib\net40\Nancy.Owin.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
@ -7,8 +7,8 @@
<package id="Microsoft.Owin.Host.HttpListener" version="1.1.0-beta2" targetFramework="net40" />
<package id="Microsoft.Owin.Hosting" version="1.1.0-beta2" targetFramework="net40" />
<package id="Moq" version="4.0.10827" targetFramework="net40" />
<package id="Nancy" version="0.18 .0" targetFramework="net40" />
<package id="Nancy.Owin" version="0.18 .0" targetFramework="net40" />
<package id="Nancy" version="0.20 .0" targetFramework="net40" />
<package id="Nancy.Owin" version="0.20 .0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net40" />
<package id="NLog" version="2.0.1.2" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />