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

log exception if pubDate can't be parsed.

pull/6/head
Keivan Beigi 12 years ago
parent f4aae73d27
commit 1fdc27598b

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers
}
catch (FormatException e)
{
Logger.TraceException("Unable to parse " + dateString, e);
Logger.WarnException("Unable to parse " + dateString, e);
throw;
}
}

Loading…
Cancel
Save