Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/f89eff930560214446d3144292fe8739f5cc61e4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
6 additions and
8 deletions
@ -130,7 +130,7 @@ namespace NzbDrone.Core.Providers.Jobs
{
if ( _isRunning )
{
Logger . Trace ( "Queue is already running. Ignor e ing request.") ;
Logger . Trace ( "Queue is already running. Ignor ing request.") ;
return true ;
}
@ -189,7 +189,7 @@ namespace NzbDrone.Core.Providers.Jobs
}
catch ( Exception e )
{
Logger . FatalException ( "An error has occur ed while processing queued job.", e ) ;
Logger . FatalException ( "An error has occur r ed while processing queued job.", e ) ;
}
finally
{
@ -1,8 +1,4 @@
using System ;
using System.Collections.Generic ;
using System.Linq ;
using System.Web ;
using System.Web.Mvc ;
using System.Web.Mvc ;
using NzbDrone.Core.Providers ;
using NzbDrone.Core.Providers.Core ;
using NzbDrone.Core.Providers.Jobs ;
@ -214,6 +214,7 @@
<DesignTime > True</DesignTime>
<DependentUpon > UploadLocalization.en-US.resx</DependentUpon>
</Compile>
<Compile Include= "Controllers\HealthController.cs" />
<Compile Include= "Controllers\HistoryController.cs" />
<Compile Include= "Controllers\LogController.cs" />
<Compile Include= "Controllers\AddSeriesController.cs" />
@ -1,5 +1,6 @@
/// <reference path="jquery-1.5.2-vsdoc.js" />
$ ( function ( ) {
$ ( document ) . ready ( function ( )
{
var speed = 0 ;
var isShown = false ;
refreshNotifications ( ) ;