Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/ada0a3bfbc49732d8fc1b86353d9509b4e777aeb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
4 deletions
@ -193,18 +193,18 @@ namespace NzbDrone.Core.Providers.Indexer
{
if ( webException . Message . Contains ( "503" ) )
{
_logger . Warn ( "{0} server is currently unbelievable. {1}", Name , webException . Message ) ;
_logger . Warn ( "{0} server is currently unbelievable. {1} {2}", Name , url , webException . Message ) ;
}
else
{
webException . Data . Add ( "FeedUrl" , url ) ;
_logger . ErrorException ( "An error occurred while processing feed : " + Name , webException ) ;
_logger . ErrorException ( "An error occurred while processing feed . " + url , webException ) ;
}
}
catch ( Exception feedEx )
{
feedEx . Data . Add ( "FeedUrl" , url ) ;
_logger . ErrorException ( "An error occurred while processing feed : " + Name , feedEx ) ;
_logger . ErrorException ( "An error occurred while processing feed . " + url , feedEx ) ;
}
}
@ -45,6 +45,7 @@
#changesOverview {
margin-top: 15px;
float: left;
font-size: 20px;
}
</style>
}
@ -92,7 +93,7 @@
</div>
</div>
<div id="changesOverview" style="border-color: transparent;">
<h1>< div id="editingCount"></div></h1>
<div id="editingCount"></div>
</div>
</div>