<div dir="ltr"><pre style="color:rgb(0,0,0);font-family:hack;font-size:9pt"><pre style="font-family:hack;font-size:9pt">It appears that the address isn't being passed in correctly. I did a console.log on the arguments:</pre><pre style="font-family:hack;font-size:9pt">args<br>{ '0': 'RA:',<br>  '1': 'username',<br>  '2': 'MY_PASSWORD',<br>  '3': [Function] }</pre><pre style="font-family:hack;font-size:9pt"><br></pre><pre style="font-family:hack;font-size:9pt">2017-02-22T17:15:22.697Z [ERROR] Uncaught exception; exceptionName="RangeError" exceptionMessage="Port should be > 0 and < 65536" exceptionStack="RangeError: Port should be > 0 and < 65536<br>at Socket.send (dgram.js:338:11)<br>at udpConReq (/opt/genieacs/lib/api-functions.js:73:17)<br>at conReq (/opt/genieacs/lib/api-functions.js:189:9)<br>at /opt/genieacs/lib/api-functions.js:212:12<br>at handleCallback (/opt/genieacs/node_modules/mongodb/lib/utils.js:95:56)<br>at /opt/genieacs/node_modules/mongodb/lib/collection.js:1406:5<br>at handleCallback (/opt/genieacs/node_modules/mongodb/lib/utils.js:95:56)<br>at /opt/genieacs/node_modules/mongodb/lib/cursor.js:674:5<br>at handleCallback (/opt/genieacs/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:171:5)<br>at nextFunction (/opt/genieacs/node_modules/mongodb/node_modules/mongodb-core/lib/cursor.js:682:5)</pre></pre></div>