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

Log response content, not response

pull/38/merge
Mark McDowall 12 years ago
parent f77469cc4d
commit fd70346ab0

@ -47,7 +47,7 @@ namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
var client = BuildClient(action);
var response = client.Execute(restRequest);
_logger.Trace("Response: {0}", response);
_logger.Trace("Response: {0}", response.Content);
CheckForError(response);

Loading…
Cancel
Save