Hello,
I just reinstalled a fresh installation of a Quickbox and when I launch my rutorrent, I have this error message that appears in the log window.
Any ideas ? thanks in advance :)

"Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): Error getting files listing: Error: Could not connect: (111) Connection refused"
I have not changed the port or the password for the following files:
autodl2.cfg and config.php
Result for autodl2.cfg :
cat /home/douyo/.autodl/autodl2.cfg
[options]
gui-server-port = 18318
gui-server-password = HS9DSKWbVM6u5FNm
Result for config.php
cat /srv/rutorrent/conf/users/douyo/config.php
'',"curl" => '',"gzip" => '',"id" => '',"stat" => '',);
$localhosts = array("127.0.0.1", "localhost",);
$profilePath = '../share';
$profileMask = 0777;
$autodlPort = 18318;
$autodlPassword = "HS9DSKWbVM6u5FNm";
$diskuser = "/home";
$quotaUser = "douyo";