Localhost not working

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”
}

Sonarr uses Deluge’s HTTP endpoint to connect (not the RPC endpoint that some other apps use), is this the correct port?

Hi, I forgot to edit my post. Take a look again.

Which version of Deluge? Looks like Deluge doesn’t like the way Sonarr is communicating with it, make sure Deluge is up to date and the HTTP plugin is active.

No point in editing the post after someone responds, also logs should be on pastebin so they don’t fill up the thread needlessly.

I’m using the most up to date deluge from their website. Using the most up to date sonarr, one update doesn’t seem to actually install.
I was following this to make sure I set it up correctly.


And when setting up the download client with deluge. Local host it can not connect.
I’ve tried searching and installing anything I could to fix this. But haven’t figured it out.
Running latest Linux mint.

What version of Sonarr, what do you mean one won’t install?

Did you install the Web server plugin? And the port was set to 38062? Sounds like something isn’t configured properly within Deluge.

Sonarr is on version 2.0.0.2850 with update for Feb 20, on maintenance 2.0.0.2909.
I click install and everything goes through saying sonarr will restart. It doesn’t, I shut it down and pull it back up and it stays at 2.0.0.2850. Set as developer.

I’m looking to see how I get the web ui working. As I’m guessing that is what you mean by web server plugin.

Yes, sorry Web UI.

If its not updating then your permissions are incorrect, but we don’t advise that new users jump over to develop immediately, things aren’t as stable since its where new features go for testing.