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

Fixed: API version for Sonarr Get Indexer method

pull/40/head
Qstick 4 years ago committed by GitHub
parent 2f6d9b938c
commit 07d5d8c60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ namespace NzbDrone.Core.Applications.Sonarr
{
try
{
var request = BuildRequest(settings, $"/api/v1/indexer/{indexerId}", HttpMethod.GET);
var request = BuildRequest(settings, $"/api/v3/indexer/{indexerId}", HttpMethod.GET);
return Execute<SonarrIndexer>(request);
}
catch (HttpException ex)

Loading…
Cancel
Save