"Unable to connect to indexer, check the log for more details"

Sonarr version (exact version): 2.0.0.5338 (Docker)
Mono version: 5.20.1.34
OS: Ubuntu 18.04
Debug logs: https://pastebin.com/iEsm5TUy
Description of issue:

When I try to add an indexer (Torznab via Jackett) I am unable to connect. I can access the API URL http://localhost:9117/api/v2.0/indexers/thepiratebay/results/torznab/api?t=caps&apikey=XXXX just fine.

System.Net.WebException: Error: ConnectFailure (Connection refused)

Wrong host, port or a firewall are the common causes, but could also be a proxy not allowing bypass for local addresses.

Since you’re using docker you probably want to use the host’s IP or name instead of localhost.

I did try to use the container IP, but when I do this it times out. :\

Testing via Jackett works fine, FWIW

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.