genieacs / genieacs-sim

TR-069 client simulator for GenieACS
https://genieacs.com
MIT License
59 stars 39 forks source link

I get this error whenever i start ./genieacs-sim #23

Open Nirmeen23 opened 1 month ago

Nirmeen23 commented 1 month ago

/home/ubuntu/genieacs-sim/simulator.js:288 if (err) throw err; ^

Error: connect ECONNREFUSED 127.0.0.1:7547 at Object.exports._errnoException (util.js:1022:11) at exports._exceptionWithHostPort (util.js:1045:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14) Simulator 000000 died (1). Restarting in 10 seconds...

vagkaefer commented 3 days ago

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.