I’m trying to set up sonarr with deluge but it isn’t working because every time i try to click save it says:
Message
REST request failed: [405] [POST] at [http://localhost:38082/json]: REST request failed: [405] [POST] at [http://localhost:38082/json]
Exception
NzbDrone.Core.Rest.RestException: REST request failed: [405] [POST] at [http://localhost:38082/json]
at NzbDrone.Core.Rest.RestSharpExtensions.ValidateResponse(IRestResponse response, IRestClient restClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Rest\RestSharpExtensions.cs:line 49
at NzbDrone.Core.Rest.RestSharpExtensions.Read[T](IRestResponse restResponse, IRestClient restClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Rest\RestSharpExtensions.cs:line 56
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](IRestClient client, String action, Object[] arguments) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 224
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(IRestClient restClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 259
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildClient(DelugeSettings settings) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 245
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String action, Object[] arguments) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 161
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetVersion(DelugeSettings settings) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 49
at NzbDrone.Core.Download.Clients.Deluge.Deluge.TestConnection() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:line 195
{
“message”: “MethodNotAllowed”
}