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

Fixed: Sonarr references in RemoteAccessAdapter.cs

pull/379/head
Qstick 7 years ago committed by GitHub
parent 030deaf6ef
commit d15d5ae6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ namespace NzbDrone.Host.AccessControl
}
else if (!passive)
{
throw new RemoteAccessException("Failed to register URLs for Sonarr. Sonarr will not be accessible remotely");
throw new RemoteAccessException("Failed to register URLs for Lidarr. Lidarr will not be accessible remotely");
}
}

Loading…
Cancel
Save