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

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 :slight_smile:

"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

<?php @define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', true); @define('HTTP_TIME_OUT', 30, true); @define('HTTP_USE_GZIP', true, true); $httpIP = null; @define('RPC_TIME_OUT', 5, true); @define('LOG_RPC_CALLS', false, true); @define('LOG_RPC_FAULTS', true, true); @define('PHP_USE_GZIP', false, true); @define('PHP_GZIP_LEVEL', 2, true); $schedule_rand = 10; $do_diagnostic = true; $log_file = '/tmp/errors.log'; $saveUploadedTorrents = true; $overwriteUploadedTorrents = false; $topDirectory = '/home/douyo/'; $forbidUserSettings = false; $scgi_port = 48713; $scgi_host = "localhost"; $XMLRPCMountPoint = "/RPC2"; $pathToExternals = array("php" => '',"curl" => '',"gzip" => '',"id" => '',"stat" => '',); $localhosts = array("127.0.0.1", "localhost",); $profilePath = '../share'; $profileMask = 0777; $autodlPort = 18318; $autodlPassword = "HS9DSKWbVM6u5FNm"; $diskuser = "/home"; $quotaUser = "douyo";