Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker - Cannot connect to transmission: Connection timed out. #3917

Open
16Colors opened this issue Jan 12, 2024 · 1 comment
Open

Docker - Cannot connect to transmission: Connection timed out. #3917

16Colors opened this issue Jan 12, 2024 · 1 comment

Comments

@16Colors
Copy link

16Colors commented Jan 12, 2024

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

@ksurl
Copy link
Contributor

ksurl commented Jan 27, 2024

You can use the container name as hostname instead of ip if they are on the same docker network. So if it's named transmission, use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants