Unable to add Torznab Indexer to Sonarr from Jackett

Sonarr version (exact version): 2.0.0.5338
Mono version (if Sonarr is not running on Windows): 5.20.1.19
OS: Synology DSM 6.2.2-24922 Update 4
Debug logs: https://drive.google.com/open?id=11u3-NFVJ8pKqmitCEmr7CByclzJIp6po
Description of issue: Not able to add Torznab indexer to Sonarr from Jackett. Both Sonarr and Jackett are running inside their own Docker containers on the same machine.

System.Net.WebException: The operation has timed out.

Firewall or the port isn’t open are the likely causes.

docker containers on the same docker network can see each other by their container names, and access the actual ports (not the mapped ones) so try changing the url to http://jackett:9117/api/v2.0/indexers/eztv/results/torznab/

if your jackett container is named something else then replace jackett in the url with that

if a container has to go up to the host and then back down into the same docker network then the connection will most likely fail.

you can always try docker exec -it sonarr bash to get into the container and try to ping that ip to ensure its accessible, but it will depend if the image has those utilities installed or not

2 Likes

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