I noticed that in /srv …/config.php
the autodl port and password was different from in autodl.cfg
I change the config.php to the lines found in autodl.cfg
and now I get
“[2017-03-01 15:47:23] Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): Error getting files listing: Error: Could not decode json string”
ok
scgi_port = 20508;
autodlport cant be the same here.
We got two ports and two passwords that need to match. Which port is which?
im autodl.cfg I got
autodl.cfg
[options]
gui-server-port = 20508
gui-server-password = PASSWORD
in the .rtorrent.rc
.rtorrent.rc
– START HERE –
directory.default.set = /mnt/incomming
encoding.add = UTF-8
encryption = allow_incoming,try_outgoing,enable_retry
execute.nothrow = chmod,777,/home/xxx/.config/rpc.socket
execute.nothrow = chmod,777,/home/xx/.sessions
network.port_random.set = yes
network.port_range.set = 11871-13371
network.scgi.open_port = localhost:20508
what port is gui server? scgi or autodl?