Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/98e8f4361e961f5685bcfe5e56cb764321044498
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -131,7 +131,7 @@ namespace NzbDrone.Core.Providers
if ( episodeInfo = = null & & autoAddNew )
{
Logger . Debug ( "Episode {0} doesn't exist in db. adding it now. ", parseResult ) ;
Logger . Info ( "Episode {0} doesn't exist in db. adding it now. {1} ", parseResult , parseResult . NzbTitle ) ;
episodeInfo = new Episode
{
SeriesId = parseResult . Series . SeriesId ,
@ -183,7 +183,7 @@ namespace NzbDrone.Core.Providers
//if still null we should add the temp episode
if ( episodeInfo = = null & & autoAddNew )
{
Logger . Debug ( "Episode {0} doesn't exist in db. adding it now. ", parseResult ) ;
Logger . Info ( "Episode {0} doesn't exist in db. adding it now. {1} ", parseResult , parseResult . NzbTitle ) ;
episodeInfo = new Episode
{
SeriesId = parseResult . Series . SeriesId ,