I found the settings.json file. Edited it and logged into the web interface of the transmission client but now I get:
Could not connect to the server. You may need to reload the page to reconnect.
from it.
Had someone experienced this error from the transmission?
Also the FeaturePacks is telling me:
Transmission-daemon is currently Running (STOP)
Transmission web interface : http://192.168.0.2:9091
Download reception folder : Public\WWW\TR-Downloads
but I changed the download-dir in settings.json - here it is:
{
"0.0.0.0": "0.0.0.0",
"::": "::",
"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,
"download-dir": "\/DataVolume\/HDD\/Video",
"encryption": 0,
"lazy-bitfield-enabled": true,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 1024,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 2,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 2.0000,
"ratio-limit-enabled": false,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "",*****Here goes my encrypted password
"rpc-port": 9091,
"rpc-username": "admin",
"rpc-whitelist": "192.168.0.4",*****This setting was 127.0.0.1
"rpc-whitelist-enabled": false,*******I changed the setting to false-it used to be true
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"upload-slots-per-torrent": 14
}
How to make this error go away?
Is it in some way related to me changing the directory "download-dir": "\/DataVolume\/HDD\/Video", and FeaturePacks saying it's
Download reception folder : Public\WWW\TR-Downloads?