Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/a7a47839479f03bfcc9c1fdae93aa93941c6dce0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Unavailable...

pull/6/head
Mark McDowall 13 years ago
parent 12c4f4423c
commit a7a4783947

@ -215,7 +215,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
if (webException.Message.Contains("503"))
{
_logger.Warn("{0} server is currently unbelievable.{1} {2}", Name,url, webException.Message);
_logger.Warn("{0} server is currently unavailable.{1} {2}", Name,url, webException.Message);
}
else
{

Loading…
Cancel
Save