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

add logging

pull/702/head
Luke Pulverenti 9 years ago
parent 9f6fcc9e05
commit befadd9d32

@ -591,7 +591,7 @@ namespace MediaBrowser.ServerApplication
}
catch (Exception ex)
{
logger.ErrorException("Error installing ImageMagick", ex);
logger.ErrorException("Error installing Visual Studio C++ runtime", ex);
}
}
@ -619,6 +619,8 @@ namespace MediaBrowser.ServerApplication
ErrorDialog = false
};
_logger.Info("Running {0}", startInfo.FileName);
using (var process = Process.Start(startInfo))
{
process.WaitForExit();

Loading…
Cancel
Save