I’m thinking this is where my problem is,
I have set up an indexer to Kickass torrents at kickass.to. It tests fine.
When I set up my download client (Transmission), I get the following error:
Unknown exception: REST request failed: [301] [POST] at [http://localhost:9091/transmission/rpc]
I have installed transmission-daemon, and set a username and password. Authentication seems to work.
When I point my browser to localhost:9091, I get the transmission web UI, with an empty screen.
I am running Fedora 21
What settings did you set in Sonarr for Transmission? A screenshot would be useful.
Under URL Base try entering /transmission/rpc
if that doesn’t work, sometimes, you may have to use an actual IP address instead of localhost
Is transmission running on the same system as Sonarr or on a home server?
That doesn’t make any sense, Sonarr already appends transmission/rpc
to the end of the URL.
@ShadowAce please don’t make multiple consecutive posts back to back, use the edit button.
Ahh–sorry. I’m not used to forums that can actually edit already-posted entries. I’ll remember that.
Thanks.
Which version of Transmission are you running?
Whats the full error from the logs in Sonarr?
NzbDroneErrorPipelineInvalid request Validation failed:
– Unknown exception: Remote site redirected to http://localhost:9091/transmission/rpc/web/3:23pm
Transmission
Remote site redirected to http://localhost:9091/transmission/rpc/web/:
Remote site redirected to http://localhost:9091/transmission/rpc/web/3:22pm
NzbDrone.Core.Download.Clients.DownloadClientException: Remote site redirected to http://localhost:9091/transmission/rpc/web/
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionId (IRestClient client, NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in :0
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest (System.String action, System.Object arguments, NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in :0
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetSessionVariables (NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in :0
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetConfig (NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in :0
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetVersion (NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in :0
at NzbDrone.Core.Download.Clients.Transmission.Transmission.TestConnection () [0x00000] in :0
I’m running transmission-daemon 2.84-2
Transmission is redirecting the request for some reason, I’mm not sure why, hopefully someone thats more familiar with Transmission has a suggestion. I don’t think @JSKershaw’s suggestion should work, but if it does its a sign of another problem perhaps.