We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@fqdn:~/genieacs-sim# ./genieacs-sim Simulator 000000 started /root/genieacs-sim/simulator.js:288 if (err) throw err; ^
Error: connect ECONNREFUSED 127.0.0.1:7547 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1133:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7547 } Simulator 000000 died (1). Restarting in 10 seconds... ^C
The text was updated successfully, but these errors were encountered:
The simulator is trying to connect to the ACS server at 127.0.0.1:7547 and is not succeeding.
Is your ACS on localhost and on this port? Check the parameters.
Use the --help option to see the parameters.
Sorry, something went wrong.
No branches or pull requests
root@fqdn:~/genieacs-sim# ./genieacs-sim
Simulator 000000 started
/root/genieacs-sim/simulator.js:288
if (err) throw err;
^
Error: connect ECONNREFUSED 127.0.0.1:7547
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1133:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7547
}
Simulator 000000 died (1). Restarting in 10 seconds...
^C
The text was updated successfully, but these errors were encountered: