Artem Krotov

Results 7 comments of Artem Krotov

Привет, спасибо за PR. Лучше данные вопросы перенести в раздел [https://github.com/timmson/java-interview/blob/master/004-core.md](https://github.com/timmson/java-interview/blob/master/004-core.md), т.к. первые два раздела описывают общие вопросы без привязки к конкретному языку программирования.

Hi, thx for your advice. It may be helpful. But i can`t test any changes with TV, because it had broken some years ago. Could you send Pull Request with...

Hi, @matjanfedev Could you post request and response? They should be printed to the console, if setDebug was true.

It seems something wrong at line 67. Try this ```tvApi.processCommand(tvApi.TV_CMD_MUTE_TOGGLE, []).then(resp => console.log (resp), err=>console.error(err));```

Declaration of function https://github.com/timmson/node-lgtv-api/blob/master/app.js#L56 says _processCommand_ have only 2 parameters: ```commandName```, ```parameters```. Unfortunately, i dont have this model of TV anymore and have no chances to check it right now....

Hi, @abossard, @matjanfedev, @kennyyuen Could you test this version, plz? - https://www.npmjs.com/package/node-lgtv-api/v/0.9.8

> I'm having this issue with version 0.9.8 still Hi! Could you debug and fix this issue? Then I can merge you PR.