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

Report errors on linux

pull/3113/head
Mark McDowall 12 years ago
parent be6d5aa4c2
commit ffc40d9456

@ -47,7 +47,6 @@ namespace NzbDrone.Common.Instrumentation
protected override void Write(LogEventInfo logEvent)
{
if (logEvent == null || logEvent.Exception == null) return;
if (OsInfo.IsLinux) return;
InternalLogger.Trace("Sending Exception to api.exceptron.com. Process Name: {0}", Process.GetCurrentProcess().ProcessName);

Loading…
Cancel
Save