Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/03fb405c2efc8c7d04f7776bb3406fa7815c6df9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -101,7 +101,7 @@ namespace NzbDrone.Common.Test
[Test]
public void GetUpdateClientExePath ( )
{
GetEnviromentProvider ( ) . GetUpdateClientExePath ( ) . Should ( ) . BeEquivalentTo ( @"C:\Temp\Nzbdrone_update\NzbDrone \NzbDrone.Update\NzbDrone .Update.exe") ;
GetEnviromentProvider ( ) . GetUpdateClientExePath ( ) . Should ( ) . BeEquivalentTo ( @"C:\Temp\Nzbdrone_update\NzbDrone .Update.exe") ;
}
[Test]
@ -122,7 +122,7 @@ namespace NzbDrone.Common
public static string GetUpdateClientExePath ( this EnviromentProvider enviromentProvider )
{
return Path . Combine ( enviromentProvider . GetUpdate Client Folder( ) , UPDATE_CLIENT_EXE ) ;
return Path . Combine ( enviromentProvider . GetUpdate Sandbox Folder( ) , UPDATE_CLIENT_EXE ) ;
}
public static string GetSandboxLogFolder ( this EnviromentProvider enviromentProvider )