I've installed archlinux on my raspberry2 to make a media server. But now I have problems with flexget and transmissionrpc.
I installed transmission-cli package (Transmission 2.84 - 14307) and flexget/transmissionrpc 0.11. When I execute flexget I get:
2015-12-17 16:06 CRITICAL plugin rss Cannot connect to transmission. Is it running?
2015-12-17 16:06 WARNING task rss Aborting task (plugin: transmission)
The weird thing is I can access to transmission through my browser perfectly
Here is my /var/lib/transmission/.config/transmission-daemon/settings.json file
{
"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/pi/multimedia/Descargas",
"download-limit": 100,
"download-limit-enabled": 0,
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/pi/multimedia/Descargas/incompleted",
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"max-peers-global": 200,
"message-level": 1,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"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": 30,
"ratio-limit": 0.2000,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{422536960b9df79c536070062c81482de44e6b22Lq8T931R",
"rpc-port": 9112,
"rpc-url": "/transmission/",
"rpc-username": "mukenio",
"rpc-whitelist": "*.*.*.*",
"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": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 25,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-limit": 20,
"upload-limit-enabled": 0,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}
in flexget transmissionrpc is configured as:
rss:
priority: 1
all_series: yes
transmission:
host: localhost
port: 9112
username: 'mukenio'
password: 'mukenio'
ratio: -1
main_file_only: yes
Any idea?
Thanks