@tripkin wrote:
I am having troubles with flexget connecting to Transmission. I can connect to the web interface, and everything seems to be ok there. Transmission is running as a system service, Flexget is running as a cron job when I get it working. The system is Debian 8.5 Jessie, Python v2.7.9, transmission-daemon v2.84, and Flexget 2.0.40
Whenever I run flexget execute, it finishes up with the following lines:
2016-06-05 22:09 VERBOSE details Summary - Accepted: 39 (Rejected: 1 Undecided: 0 Failed: 0)
2016-06-05 22:09 CRITICAL plugin Error connecting to transmission: Not Found
2016-06-05 22:09 WARNING task Aborting task (plugin: transmission)Is anyone able to help?
My configuration and status of Transmission are as follows:
config.yml
tasks:
Task_to_do::
rss: http://*****
all_series: yes
transmission:
host: localhost
port: 8080
username: *****
password: *****service transmission-daemon status
● transmission-daemon.service - Transmission BitTorrent Daemon
Loaded: loaded (/lib/systemd/system/transmission-daemon.service; enabled)
Active: active (running) since Sun 2016-06-05 18:09:36 MDT; 5h 2min ago
Main PID: 335 (transmission-da)
Status: "Idle."
CGroup: /system.slice/transmission-daemon.service
└─335 /usr/bin/transmission-daemon -f --log-errorJun 05 18:09:38 FQDN transmission-daemon[335]: [2016-06-05 18:09:38.423 MDT] UDP Failed to set rec...78)
Jun 05 18:09:38 FQDN transmission-daemon[335]: [2016-06-05 18:09:38.424 MDT] UDP Failed to set sen...89)transmission settings:
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/home/torrent/download",
"download-limit": 100,
"download-limit-enabled": 0,
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 10,
"idle-seeding-limit-enabled": true,
"incomplete-dir": "/home/torrent/dl_incomplete",
"incomplete-dir-enabled": true,
"lpd-enabled": true,
"max-peers-global": 200,
"message-level": 1,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 55789,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": false,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 10,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "*****",
"rpc-port": 8080,
"rpc-url": "/",
"rpc-username": "*****",
"rpc-whitelist": "127.0.0.1,192.168.129.*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 1,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 10,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 2,
"upload-limit": 100,
"upload-limit-enabled": 0,
"upload-slots-per-torrent": 4,
"utp-enabled": true,
"watch-dir": "/home/torrent/incoming",
"watch-dir-enabled": true
}
Posts: 3
Participants: 2