Flexget / Flexget

The official FlexGet repository

Home Page:http://www.flexget.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker - Cannot connect to transmission: Connection timed out.

16Colors opened this issue · comments

Issue: Cannot connect to transmission: Connection timed out.
Environment: Two Docker Containers Both Running on same Docker Network: One Running flexget/flexget:latest and the other linuxserver/transmission:latest
I have verified that the port is open both docker network and host network.
If I change the config to point to the docker network transmission IP, I get a crash report.

Log:
2024-01-12 12:31:38 INFO web_server_daemon Running web server at IP 0.0.0.0:5050
2024-01-12 12:31:38 INFO web_server_daemon Initiating API
2024-01-12 12:31:38 INFO web_server_daemon Registering WebUI v2
2024-01-12 12:31:38 INFO web_server Web server started at http://172.24.0.2:5050
2024-01-12 12:31:38 INFO scheduler Starting scheduler
2024-01-12 12:31:38 INFO web_server API available at http://172.24.0.2:5050/api
2024-01-12 12:31:38 INFO web_server WebUI (v2) available at http://172.24.0.2:5050/
2024-01-12 12:38:45 INFO download RVTT Downloading:
2024-01-12 12:39:16 CRITICAL plugin RVTT Cannot connect to transmission: Connection timed out.
2024-01-12 12:39:16 WARNING task RVTT Aborting task (plugin: transmission)

Request: in Docker. How do you turn on Verbose Logging using the docker File?
Docker YAML:
FlexGet Config YAML
templates:
torrent:
transmission:
host: <HOST_IP>
port: 51413
username:
password:

tasks:
RVTT:
rss:
url:
accept_all: yes
template: torrent
priority: 1

schedules:

  • tasks: RVTT
    interval:
    hours: 1

web_server: yes