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

Log indexer name when failing to process feed.

pull/2/head
Mark McDowall 13 years ago
parent 6bd0b8a39e
commit ffde7c0987

@ -186,7 +186,7 @@ namespace NzbDrone.Core.Providers.Indexer
}
catch (Exception feedEx)
{
_logger.ErrorException("An error occurred while processing feed", feedEx);
_logger.ErrorException("An error occurred while processing feed: " + Name, feedEx);
}
}

Loading…
Cancel
Save