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

Exceptron now uses 'en' culture if none is specified.

pull/3113/head
Taloth Saldono 11 years ago committed by Taloth
parent 118089c272
commit fe02467a71

@ -184,6 +184,9 @@ namespace Exceptron.Client
{
report.cul = Thread.CurrentThread.CurrentCulture.Name;
if (string.IsNullOrEmpty(report.cul))
report.cul = "en";
try
{
report.os = Environment.OSVersion.VersionString;

Loading…
Cancel
Save