Diego Di Mauro

Results 3 comments of Diego Di Mauro

I now get a different error: ``` LOG data: { "event": "ms.channel.timeOut" } ``` and I can still see port 8001 being referenced in the underlying calls: `uri":"http://10.189.148.65:8001/api/v2`

To add more context, I've done some debugging. The call to get a token fails on `sendKeys`: ``` getToken(done) { this.LOGGER.log('getToken', ''); if (this.SAVE_TOKEN && this.TOKEN !== 'null' && this.TOKEN...

I came to see if this issue was already reported. I'm using the latest version `1.12.4` and I think the conditional logic in the internal `_sendKey()` function isn't closing the...