LivePersonInc / node-agent-sdk

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

Unhandled Exception Fix #64

Closed donmanguno closed 5 years ago

donmanguno commented 5 years ago

Bugfix for bug described in case 00795400. Some sort of connection issue resulted in the client's bot crashing when the refreshSession request returned no response:

Oct 27 12:28:37 TypeError: Cannot read property 'statusCode' of undefined Oct 27 12:28:37 /home/vcap/app/node_modules/node-agent-sdk/lib/ExternalServices.js:96 Oct 27 12:28:37 at Request.request.post [as _callback] (/home/vcap/app/node_modules/node-agent-sdk/lib/ExternalServices.js:96:22) Oct 27 12:28:37 if (response.statusCode && response.statusCode === 401) { Oct 27 12:28:37 ^ Oct 27 12:28:37 at Request.onRequestError (/home/vcap/app/node_modules/request/request.js:881:8) Oct 27 12:28:37 at self.callback (/home/vcap/app/node_modules/request/request.js:185:22) Oct 27 12:28:37 at emitOne (events.js:116:13) Oct 27 12:28:37 at Request.emit (events.js:211:7) Oct 27 12:28:37 at emitOne (events.js:116:13) Oct 27 12:28:37 at ClientRequest.emit (events.js:211:7) Oct 27 12:28:37 at emitOne (events.js:116:13) Oct 27 12:28:37 at TLSSocket.socketErrorListener (_http_client.js:387:9) Oct 27 12:28:37 at TLSSocket.emit (events.js:211:7)