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
When performing basic example get the following error:
/home/naijulu/smart_tv/app.js:8
throw new Error(err);
^
Error: Samsung Remote Client: Device is off or unreachable ECONNREFUSED
at callback (/home/naijulu/smart_tv/app.js:8:15)
at Socket. (/home/naijulu/smart_tv/node_modules/samsung-remote/lib/samsung-remote.js:94:13)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
But if use only: remote.isAlive, the response is: TV is ALIVE!
Thanks for your help.
The text was updated successfully, but these errors were encountered:
When performing basic example get the following error:
/home/naijulu/smart_tv/app.js:8
throw new Error(err);
^
Error: Samsung Remote Client: Device is off or unreachable ECONNREFUSED
at callback (/home/naijulu/smart_tv/app.js:8:15)
at Socket. (/home/naijulu/smart_tv/node_modules/samsung-remote/lib/samsung-remote.js:94:13)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
But if use only: remote.isAlive, the response is: TV is ALIVE!
Thanks for your help.
The text was updated successfully, but these errors were encountered: