LivePersonInc / node-agent-sdk

LivePerson Agent Messaging SDK for NodeJS
MIT License
49 stars 78 forks source link

Removed CSDS domain #60

Closed orenkatz closed 5 years ago

miki2826 commented 5 years ago

@orenkatz , why did you remove the CSDS domain? It has a default but it allows us to debug in different environments?

orenkatz commented 5 years ago

Because if you try to run it without changing anything you will get the following error: got an error { Error: getaddrinfo ENOTFOUND undefined undefined:80 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'undefined', host: 'undefined', port: 80 }

miki2826 commented 5 years ago

@orenkatz, fixed it.