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

Fixed: Don't double log exception setting file permissions

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 6 years ago
parent 28b7323d4d
commit 07fca1b6fc

@ -90,9 +90,7 @@ namespace NzbDrone.Core.MediaFiles
catch (Exception ex)
{
_logger.Warn(ex, "Unable to apply permissions to: " + path);
_logger.Debug(ex, ex.Message);
}
}
}

Loading…
Cancel
Save