Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/836017c01bd4ea61e08d67f97e3a01063172f1c0?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
11 deletions
@ -105,8 +105,6 @@ namespace NzbDrone.Core.Notifications.Plex.Server
var rootFolder = new OsPath ( rootFolderPath ) ;
var rootFolder = new OsPath ( rootFolderPath ) ;
var mappedPath = new OsPath ( settings . MapTo ) + ( rootFolder - new OsPath ( settings . MapFrom ) ) ;
var mappedPath = new OsPath ( settings . MapTo ) + ( rootFolder - new OsPath ( settings . MapFrom ) ) ;
try
{
if ( location . Path . PathEquals ( mappedPath . FullPath ) )
if ( location . Path . PathEquals ( mappedPath . FullPath ) )
{
{
_logger . Debug ( "Updating matching section location, {0}" , location . Path ) ;
_logger . Debug ( "Updating matching section location, {0}" , location . Path ) ;
@ -115,11 +113,6 @@ namespace NzbDrone.Core.Notifications.Plex.Server
return ;
return ;
}
}
}
}
catch ( ArgumentException )
{
// Swallow argument exception that is thrown by path comparison when comparing paths from different OSes
}
}
}
}
_logger . Debug ( "Unable to find matching section location, updating all Movie sections" ) ;
_logger . Debug ( "Unable to find matching section location, updating all Movie sections" ) ;