You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From using basic.js in the example file and putting my own credentials ("username", "password") it's successfully getting the client (and authenticating) but fails immediately on the client.on('connected', function() part with the below.
Any ideas?
Error: getaddrinfo EAI_FAIL
at Object._errnoException (util.js:1024:11)
at errnoException (dns.js:55:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
The text was updated successfully, but these errors were encountered:
From using basic.js in the example file and putting my own credentials ("username", "password") it's successfully getting the client (and authenticating) but fails immediately on the client.on('connected', function() part with the below.
Any ideas?
Error: getaddrinfo EAI_FAIL
at Object._errnoException (util.js:1024:11)
at errnoException (dns.js:55:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
The text was updated successfully, but these errors were encountered: