Hi
im running flexget on a shared server running Ubuntu 14.06 LTS
im having problem with flexget transmission plugin to connect to the daemon i get this message:
2018-08-26 01:14 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-08-26 01:14 INFO transmission TASK Trying to connect to transmission...
2018-08-26 01:14 CRITICAL plugin TASK Username/password for transmission is incorrect. Cannot connect.
2018-08-26 01:14 WARNING task TASK Aborting task (plugin: transmission)
2018-08-26 01:14 INFO manager Removed test database
im using the same localhost and port with user/pass which saved in settings.json in the config.yml but still says it cannot connect ...
Note: that the server have multiple transmission daemon running so i think this is causing an issue with connection
this is my settings.json:
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{6c08212fa8caa44a5fd758fed5785184f63a1e7fKjBHmom.",
"rpc-port": 11065,
"rpc-url": "/bh/transmission/",
"rpc-username": "bh",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
transmission:
host: 127.0.0.1
port: 11065
username: myuser
password: mypass
"rpc-url": "/bh/transmission/", <---this redirect to my own daemon