Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/c702944d46cb5712d82867ace6071b63862e626f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
3 deletions
@ -65,7 +65,7 @@ namespace NzbDrone.Common
report . Stack = logEvent . Exception . StackTrace ;
report . ExceptionMessage = logEvent . Exception . Message ;
report . Logger = logEvent . LoggerName ;
report . Type = logEvent . Exception . GetType ( ) . Name;
report . Type = logEvent . Exception . GetType ( ) . Full Name;
RestProvider . PostData ( EXCEPTION_URL , report ) ;
}
@ -28,7 +28,7 @@ namespace NzbDrone.Core.Test.Integeration
_kernel . Bind < IDatabase > ( ) . ToConstant ( Db ) ;
Mocker . GetMock < ConfigProvider > ( ) . SetupGet ( s = > s . ServiceRootUrl )
. Returns ( "http://s tage.s ervices.nzbdrone.com") ;
. Returns ( "http://s ervices.nzbdrone.com") ;
}
@ -1,7 +1,7 @@
SET PACKAGEROOT = _rawPackage
SET TARGET = %PACKAGEROOT% \NzbDrone
rd % TARGE T% /S /Q
rd % PACKAGEROO T% /S /Q
del nzbdrone*.zip /Q /F
@ -50,6 +50,8 @@ del Mvc*.pdb /Q /F /S
del *debug.js /Q /F /S
del *-vsdoc.js /Q /F /S
..\Libraries\7zip\7za.exe a -tzip ..\NzbDrone.zip *
CD ..