libcurl: (7) Failed to connect to localhost port 42042: Connection refused
by shams from LinuxQuestions.org on (#4XHQ1)
I installed the kiwix-desktop from linuxarch AUR snapshot in manjaro 18.1.4 and add this rule in iptables to open the port 42042:
Code:iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 42042 -j ACCEPTNow when start the kiwix-desktop get these errors:
Code:libcurl: (7) Failed to connect to localhost port 42042: Connection refused
Cannot create downloader Cannot connect to aria2c rpc
curl_easy_perform() failed.also when i run the program nestat to list the open ports, I dind't see the port 42042 in the list of open ports.


Code:iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 42042 -j ACCEPTNow when start the kiwix-desktop get these errors:
Code:libcurl: (7) Failed to connect to localhost port 42042: Connection refused
Cannot create downloader Cannot connect to aria2c rpc
curl_easy_perform() failed.also when i run the program nestat to list the open ports, I dind't see the port 42042 in the list of open ports.