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

DownloadString exceptions are no longer reported.

pull/3113/head
Keivan Beigi 13 years ago
parent 057e248f8f
commit 7e5445fa3a

@ -43,7 +43,7 @@ namespace NzbDrone.Common
}
catch (Exception ex)
{
logger.TraceException(ex.Message, ex);
logger.Trace(ex.Message, ex.ToString());
throw;
}
}

Loading…
Cancel
Save