Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/0725f865c1af8828e29d1e2ea16f5f6d75a7a602?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Log fatal for windows app when fails to start

pull/3113/head
Mark McDowall 12 years ago
parent 54b83e2e91
commit 0725f865c1

@ -29,6 +29,7 @@ namespace NzbDrone
} }
catch (Exception e) catch (Exception e)
{ {
Logger.FatalException("EPIC FAIL: " + e.Message, e);
var message = string.Format("{0}: {1}", e.GetType().Name, e.Message); var message = string.Format("{0}: {1}", e.GetType().Name, e.Message);
MessageBox.Show(text: message, buttons: MessageBoxButtons.OK, icon: MessageBoxIcon.Error, caption: "Epic Fail!"); MessageBox.Show(text: message, buttons: MessageBoxButtons.OK, icon: MessageBoxIcon.Error, caption: "Epic Fail!");
} }

Loading…
Cancel
Save