Help ! Samsung TV Bindings with >2016 Samsung TV

What is your TV’s model number?

UA50MU6100 hooked up to LAN

also, is the new working binding available in nightly builds only ? (besides manual installation)

OK, that’s a 2017 UHD model. Check.

Have you verified that the updated binding you downloaded is active?

Yes, It discovered the TV automatically, things added with items.

Q1: port 55000 or 8002?
Q2: install Gson 2.8.5 what about already installed Gain?
Q3: openhab 2.4 stable it do I need to upgrade to M or daily snapshots?

I also have problems, but saw others had roughly the same so didn’t post.
But, my TV is also discovered. When it is discovered nothing happens on the TV.
I cannot control anything, but if I set volume via remote control, it changes in openhab.
If I change port, websocket choices or input MAC, when I hit save, nothing happens, and if I neter teh thing again, it is still in default mode,
I’m using a Nighly 2.5.
TV is a Q6FN model which is 2018.

Since latest version (yesterday) my Samsung TV Stays offline. I Will sent the logs later, but have to know which log files you need and what to look for? And what extra Information do you need? (UE40F7000SL)

here are my LOG files: https://pastebin.com/Zc8Z6twk

I’ve updated to nightly 1603 in an attempt to get this working. So far I’ve had some success, but I have one issue. The thing goes from OFFLINE to ONLINE as expected, data from the device is pulled, and then the thing goes from ONLINE to OFFLINE about a half second later. This seems to be causing the power item to go OFF to ON to OFF. This is causing my rules to go nuts because it things the TV is off when it is on.

@arjanmels, I tested the latest binding available atm (11 days old) found here https://github.com/openhab/openhab2-addons/pull/5738

The only issue I’m facing (very limited testing) is that I can’t change to a certain HDMI port.
Example, I want to change to KEY_HDMI 2 for movies and then later to KEY_HDMI3 for TV.
The only KEY that works is KEY_HDMI and it alternates between available HDMI ports that feels a connected equipment.
I have a Samsung Q6F series, I cant think that this TV is separated in the commands from all the other TVs :slight_smile:

Cheers for taking this binding this far!

@sintei. Thanks for testing (glad to hear that also pre 2014 models still work, could not test this myself.). The support for the various keycodes seems to differ between TV series. See e.g. this thread: https://github.com/Ape/samsungctl/issues/50. I don’t think this can be fixed.

Do you guys know if it is possible to not show the name of the last key_code that was sent?
As in my current setup, all the key_code butons have the same text next between the label of the button and the mapping.

samsung.items
String SamsungTV_key_code “key” {channel=“samsungtv:tv:livingroom:keyCode”}

samsung.sitemaps
Switch item=SamsungTV_key_code label=“Ch” icon=“settings” mappings=[KEY_CHDOWN="-",KEY_CHUP="+"]

Channel KEY_HDMI  -  +
Volume KEY_HDMI - +
etc.

Reporting on a QN75Q75FM with nightly build 1633. Thing state seems to work again (thank you!). Not much else unfortunately that I can tell. I believe volume and mute status did work, but I can’t confirm since I use an external soundbar. The thing I was most hoping to get back was sourceName and that doesn’t seem to be flowing. Best guess from the debug is that the websocket failed. I did get the notice on the TV and I did allow the connection. Debug below (IP and UUID removed for security reasons). Happy to help test if there is something you want to try out.

2019-07-06 22:01:25.994 [DEBUG] [covery.SamsungTvDiscoveryParticipant] - Retrieved Thing UID for a Samsung TV '[TV]Living Room' model 'QN75Q75FM' thing with UDN 'UUID-REMOVED'
2019-07-06 22:01:25.995 [DEBUG] [covery.SamsungTvDiscoveryParticipant] - Created a DiscoveryResult for device 'QN75Q75FM' with UDN 'UUID-REMOVED' and properties: {hostName=REMOVED}
2019-07-06 22:01:25.995 [DEBUG] [tv.internal.handler.SamsungTvHandler] - thingDiscovered: REMOVED, DiscoveryResult [thingUID=samsungtv:tv:UUID-REMOVED, properties={hostName=REMOVED}, representationProperty=null, flag=NEW, label=[TV]Living Room, bridgeUID=null, ttl=-1, timestamp=1562468485995]
2019-07-06 22:01:25.997 [WARN ] [.samsungtv.internal.WakeOnLanUtility] - Cannot get MAC addres of host REMOVED: arping: libnet_init(LIBNET_LINK, ens160): libnet_open_link(): UID/EUID 0 or capability CAP_NET_RAW required
2019-07-06 22:01:25.997 [DEBUG] [tv.internal.handler.SamsungTvHandler] - thingDiscovered, thingUID=samsungtv:tv:UUID-REMOVED, discoveredUID=samsungtv:tv:UUID-REMOVED
2019-07-06 22:01:25.997 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Check and create missing UPnP services
2019-07-06 22:01:25.997 [DEBUG] [nternal.service.MediaRendererService] - Creating a Samsung TV MediaRenderer service
2019-07-06 22:01:25.997 [DEBUG] [nternal.service.MediaRendererService] - Start refresh task, interval=1000
2019-07-06 22:01:25.998 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Started service for: QN75Q75FM, MediaRenderer (UUID-REMOVED)
2019-07-06 22:01:25.998 [DEBUG] [rnal.service.RemoteControllerService] - Creating a Samsung TV RemoteController service: false
2019-07-06 22:01:25.998 [INFO ] [rnal.service.RemoteControllerService] - Using SecureWebSocket interface
2019-07-06 22:01:26.000 [DEBUG] [l.protocol.RemoteControllerWebSocket] - RemoteControllerWebSocket start Client
2019-07-06 22:01:26.022 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connecting to: wss://REMOVED:8002/api/v2/channels/samsung.remote.control?name=b3BlbkhBQg==&token=28534888
2019-07-06 22:01:26.023 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connecting to: wss://REMOVED:8002/api/v2/channels/com.samsung.art-app?name=b3BlbkhBQg==
2019-07-06 22:01:26.023 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connecting to: wss://REMOVED:8002/api/v2?name=b3BlbkhBQg==
2019-07-06 22:01:26.023 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Received value 'volume':'0' for thing 'samsungtv:tv:UUID-REMOVED'
2019-07-06 22:01:26.036 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Received value 'mute':'OFF' for thing 'samsungtv:tv:UUID-REMOVED'
2019-07-06 22:01:26.288 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection established: REMOVED
2019-07-06 22:01:56.360 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connection error
2019-07-06 22:01:56.360 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connection error
2019-07-06 22:01:56.430 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection error
2019-07-06 22:01:56.430 [DEBUG] [rnal.service.RemoteControllerService] - Connection error: Frame forbidden close status code: 1005
2019-07-06 22:01:56.432 [DEBUG] [l.protocol.RemoteControllerWebSocket] - RemoteControllerWebSocket close
2019-07-06 22:01:56.432 [DEBUG] [l.protocol.RemoteControllerWebSocket] - RemoteControllerWebSocket closeConnection
2019-07-06 22:01:56.432 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection close requested
2019-07-06 22:01:56.432 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connection close requested
2019-07-06 22:01:56.432 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connection close requested
2019-07-06 22:01:56.433 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection closed: 1006 - Disconnected

Initially the websocket connection is made then it is disconnect. Unfortunately the debug level trace does not show a reason. Could you perhaps try again with TRACE level logging?

Trace as requested. One thing I noticed when sanitizing out my UUIDs is that some use a - where others use a _. Not sure if that is relevant but noting it since it’s not in the trace below. The other thing I’ve noticed is that I get the “allow” button on the TV for two different items now. One is called openHAB, the other is just “Smart Device”. The Smart Device one seems to happen frequently and doesn’t seem to stick.

2019-07-07 11:35:26.520 [DEBUG] [covery.SamsungTvDiscoveryParticipant] - Retrieved Thing UID for a Samsung TV '[TV]Living Room' model 'QN75Q75FM' thing with UDN 'UUID-REMOVED'
2019-07-07 11:35:26.521 [DEBUG] [covery.SamsungTvDiscoveryParticipant] - Created a DiscoveryResult for device 'QN75Q75FM' with UDN 'UUID-REMOVED' and properties: {hostName=IP-REMOVED}
2019-07-07 11:35:26.521 [DEBUG] [tv.internal.handler.SamsungTvHandler] - thingDiscovered: IP-REMOVED, DiscoveryResult [thingUID=samsungtv:tv:UUID-REMOVED, properties={hostName=IP-REMOVED}, representationProperty=null, flag=NEW, label=[TV]Living Room, bridgeUID=null, ttl=-1, timestamp=1562517326521]
2019-07-07 11:35:26.522 [WARN ] [.samsungtv.internal.WakeOnLanUtility] - Cannot get MAC addres of host IP-REMOVED: arping: libnet_init(LIBNET_LINK, ens160): libnet_open_link(): UID/EUID 0 or capability CAP_NET_RAW required
2019-07-07 11:35:26.523 [DEBUG] [tv.internal.handler.SamsungTvHandler] - thingDiscovered, thingUID=samsungtv:tv:UUID-REMOVED, discoveredUID=samsungtv:tv:UUID-REMOVED
2019-07-07 11:35:26.523 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Check and create missing UPnP services
2019-07-07 11:35:26.523 [DEBUG] [nternal.service.MediaRendererService] - Creating a Samsung TV MediaRenderer service
2019-07-07 11:35:26.523 [DEBUG] [nternal.service.MediaRendererService] - Start refresh task, interval=1000
2019-07-07 11:35:26.523 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Started service for: QN75Q75FM, MediaRenderer (UUID-REMOVED)
2019-07-07 11:35:26.524 [DEBUG] [rnal.service.RemoteControllerService] - Creating a Samsung TV RemoteController service: false
2019-07-07 11:35:26.524 [INFO ] [rnal.service.RemoteControllerService] - Using SecureWebSocket interface
2019-07-07 11:35:26.526 [TRACE] [l.protocol.RemoteControllerWebSocket] - openConnection()
2019-07-07 11:35:26.526 [DEBUG] [l.protocol.RemoteControllerWebSocket] - RemoteControllerWebSocket start Client
2019-07-07 11:35:26.526 [TRACE] [l.protocol.RemoteControllerWebSocket] - WebSocketClient starting
2019-07-07 11:35:26.540 [TRACE] [l.protocol.RemoteControllerWebSocket] - WebSocketClient started
2019-07-07 11:35:26.540 [TRACE] [l.protocol.RemoteControllerWebSocket] - connectWebSockets()
2019-07-07 11:35:26.540 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connecting to: wss://IP-REMOVED:8002/api/v2/channels/samsung.remote.control?name=b3BlbkhBQg==&token=18312159
2019-07-07 11:35:26.540 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connecting to: wss://IP-REMOVED:8002/api/v2/channels/com.samsung.art-app?name=b3BlbkhBQg==
2019-07-07 11:35:26.540 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connecting to: wss://IP-REMOVED:8002/api/v2?name=b3BlbkhBQg==
2019-07-07 11:35:26.543 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Received value 'volume':'0' for thing 'samsungtv:tv:UUID-REMOVED'
2019-07-07 11:35:26.557 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Received value 'mute':'OFF' for thing 'samsungtv:tv:UUID-REMOVED'
2019-07-07 11:35:26.616 [TRACE] [.samsungtv.internal.WakeOnLanUtility] - TrustManager checkServerTrustedEngine CN: CN=SmartViewSDK,O=SmartViewSDK,C=KR
2019-07-07 11:35:26.621 [TRACE] [.samsungtv.internal.WakeOnLanUtility] - TrustManager checkServerTrustedEngine CN: CN=SmartViewSDK Root Ceritificate Authority,O=SmartViewSDK,C=KR
2019-07-07 11:35:26.665 [TRACE] [.samsungtv.internal.WakeOnLanUtility] - TrustManager checkServerTrustedEngine CN: CN=SmartViewSDK,O=SmartViewSDK,C=KR
2019-07-07 11:35:26.666 [TRACE] [.samsungtv.internal.WakeOnLanUtility] - TrustManager checkServerTrustedEngine CN: CN=SmartViewSDK Root Ceritificate Authority,O=SmartViewSDK,C=KR
2019-07-07 11:35:26.689 [TRACE] [.samsungtv.internal.WakeOnLanUtility] - TrustManager checkServerTrustedEngine CN: CN=SmartViewSDK,O=SmartViewSDK,C=KR
2019-07-07 11:35:26.689 [TRACE] [.samsungtv.internal.WakeOnLanUtility] - TrustManager checkServerTrustedEngine CN: CN=SmartViewSDK Root Ceritificate Authority,O=SmartViewSDK,C=KR
2019-07-07 11:35:26.703 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection established: IP-REMOVED
2019-07-07 11:35:27.563 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:27.569 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:28.586 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:28.592 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:29.604 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:29.613 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:30.616 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:30.620 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:31.623 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:31.627 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:32.634 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:32.638 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:33.641 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:33.644 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:34.652 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:34.657 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:35.660 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:35.663 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:36.665 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:36.668 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:37.574 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connection established: IP-REMOVED
2019-07-07 11:35:37.658 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote: onWebSocketText: {"data":{"clients":[{"attributes":{"name":"b3BlbkhBQg==","token":"18312159"},"connectTime":1562517361337,"deviceName":"b3BlbkhBQg==","id":"f3c5a4bd-4a53-4c10-bed7-0f917d1d8f0","isHost":false}],"id":"f3c5a4bd-4a53-4c10-bed7-0f917d1d8f0"},"event":"ms.channel.connect"}
2019-07-07 11:35:37.658 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"data":{"clients":[{"attributes":{"name":"b3BlbkhBQg=="},"connectTime":1562517372214,"deviceName":"b3BlbkhBQg==","id":"27df5ece-a67a-4451-9993-c75c72b79729","isHost":false}],"id":"27df5ece-a67a-4451-9993-c75c72b79729"},"event":"ms.channel.connect"}
2019-07-07 11:35:37.659 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - Remote channel connected. Token = null
2019-07-07 11:35:37.659 [DEBUG] [sungtv.internal.protocol.WebSocketV2] - V2 channel connected. Token = null
2019-07-07 11:35:37.659 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote: sendCommand: {"method":"ms.channel.emit","params":{"event":"ed.installedApp.get","to":"host"}}
2019-07-07 11:35:37.677 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:37.685 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:37.702 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote: onWebSocketText: {"data":{"data":[{"appId":"111012010001","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/111012010001/250x250.png","is_lock":0,"name":"VUDU"},{"appId":"111299001912","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/111299001912/250x250.png","is_lock":0,"name":"YouTube"},{"appId":"20172100005","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/20172100005/250x250.png","is_lock":0,"name":"e-Manual"},{"appId":"11091300004","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/11091300004/250x250.png","is_lock":0,"name":"Pandora"},{"appId":"3201512006963","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201512006963/250x250.png","is_lock":0,"name":"Plex"},{"appId":"org.tizen.browser","app_type":4,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/webbrowser/250x250.png","is_lock":0,"name":"Internet"},{"appId":"11101200001","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/11101200001/250x250.png","is_lock":0,"name":"Netflix"},{"appId":"3201601007250","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201601007250/250x250.png","is_lock":0,"name":"Google Play Movies & TV"},{"appId":"3201610010920","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201610010920/250x250.png","is_lock":0,"name":"Sports"},{"appId":"11091000000","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/11091000000/250x250.png","is_lock":0,"name":"Facebook Watch"},{"appId":"3201707014489","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201707014489/250x250.png","is_lock":0,"name":"YouTube TV"},{"appId":"3201512006785","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201512006785/250x250.png","is_lock":0,"name":"Prime Video"},{"appId":"3201608010191","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201608010191/250x250.png","is_lock":0,"name":"Deezer"},{"appId":"3201611010963","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201611010963/250x250.png","is_lock":0,"name":"SHOWTIME"},{"appId":"3201601007625","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201601007625/250x250.png","is_lock":0,"name":"Hulu"},{"appId":"3201606009684","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201606009684/250x250.png","is_lock":0,"name":"Spotify"},{"appId":"3201704012161","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201704012161/250x250.png","is_lock":0,"name":"CNNgo"},{"appId":"3201610010814","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201610010814/250x250.png","is_lock":0,"name":"Music"},{"appId":"3201602007756","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201602007756/250x250.png","is_lock":0,"name":"Red Bull TV"},{"appId":"3201608010239","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201608010239/250x250.png","is_lock":0,"name":"TV Plus"},{"appId":"111199000333","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/111199000333/250x250.png","is_lock":0,"name":"UFC.TV"},{"appId":"111477000528","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/111477000528/250x250.png","is_lock":0,"name":"NBA"},{"appId":"3201502001363","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201502001363/250x250.png","is_lock":0,"name":"iHeartRadio"},{"appId":"3201612011418","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201612011418/250x250.png","is_lock":0,"name":"McAfee Security for TV"},{"appId":"3201709014781","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201709014781/250x250.png","is_lock":0,"name":"Pantaya"},{"appId":"3201710014874","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201710014874/250x250.png","is_lock":0,"name":"Amazon Music"},{"appId":"3201708014637","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201708014637/250x250.png","is_lock":0,"name":"Freeform"},{"appId":"3201707014448","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201707014448/250x250.png","is_lock":0,"name":"Sling TV"},{"appId":"3201710014956","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201710014956/250x250.png","is_lock":0,"name":"Watch TNT"},{"appId":"3201708014618","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201708014618/250x250.png","is_lock":0,"name":"ESPN"},{"appId":"3201710014981","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201710014981/250x250.png","is_lock":0,"name":"CBS All Access"},{"appId":"3201710014954","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201710014954/250x250.png","is_lock":0,"name":"Watch TBS"},{"appId":"3201711015155","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201711015155/250x250.png","is_lock":0,"name":"CBS News: Live Breaking News"},{"appId":"3201611011040","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201611011040/250x250.png","is_lock":0,"name":"DIRECTV NOW"},{"appId":"3201801015541","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201801015541/250x250.png","is_lock":0,"name":"Discovery GO"},{"appId":"3201601007230","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201601007230/250x250.png","is_lock":0,"name":"HBO NOW"},{"appId":"3201605009473","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201605009473/250x250.png","is_lock":0,"name":"NBC Sports"},{"appId":"3201608010240","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201608010240/250x250.png","is_lock":0,"name":"NFL SUNDAY TICKET"},{"appId":"3201806016508","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201806016508/250x250.png","is_lock":0,"name":"ABC"},{"appId":"3201606009840","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201606009840/250x250.png","is_lock":0,"name":"NBC"},{"appId":"3201806016390","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201806016390/250x250.png","is_lock":0,"name":"DAZN"},{"appId":"3201608010450","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201608010450/250x250.png","is_lock":0,"name":"HGTV"},{"appId":"111399000031","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/111399000031/250x250.png","is_lock":0,"name":"FandangoNOW"},{"appId":"3201803015977","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201803015977/250x250.png","is_lock":0,"name":"TLC GO"},{"appId":"3201812017516","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201812017516/250x250.png","is_lock":0,"name":"Cooking Channel"},{"appId":"3201812017511","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201812017511/250x250.png","is_lock":0,"name":"DIY Network"},{"appId":"3201902017822","app_type":2,"icon":"/opt/share/webappservice/apps_icon/FirstScreen/3201902017822/250x250.png","is_lock":0,"name":"DisneyNOW"}]},"event":"ed.installedApp.get","from":"host"}
2019-07-07 11:35:37.703 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - Installed Apps: 111012010001 = VUDU, 111299001912 = YouTube, 20172100005 = e-Manual, 11091300004 = Pandora, 3201512006963 = Plex, org.tizen.browser = Internet, 11101200001 = Netflix, 3201601007250 = Google Play Movies & TV, 3201610010920 = Sports, 11091000000 = Facebook Watch, 3201707014489 = YouTube TV, 3201512006785 = Prime Video, 3201608010191 = Deezer, 3201611010963 = SHOWTIME, 3201601007625 = Hulu, 3201606009684 = Spotify, 3201704012161 = CNNgo, 3201610010814 = Music, 3201602007756 = Red Bull TV, 3201608010239 = TV Plus, 111199000333 = UFC.TV, 111477000528 = NBA, 3201502001363 = iHeartRadio, 3201612011418 = McAfee Security for TV, 3201709014781 = Pantaya, 3201710014874 = Amazon Music, 3201708014637 = Freeform, 3201707014448 = Sling TV, 3201710014956 = Watch TNT, 3201708014618 = ESPN, 3201710014981 = CBS All Access, 3201710014954 = Watch TBS, 3201711015155 = CBS News: Live Breaking News, 3201611011040 = DIRECTV NOW, 3201801015541 = Discovery GO, 3201601007230 = HBO NOW, 3201605009473 = NBC Sports, 3201608010240 = NFL SUNDAY TICKET, 3201806016508 = ABC, 3201606009840 = NBC, 3201806016390 = DAZN, 3201608010450 = HGTV, 111399000031 = FandangoNOW, 3201803015977 = TLC GO, 3201812017516 = Cooking Channel, 3201812017511 = DIY Network, 3201902017822 = DisneyNOW
2019-07-07 11:35:37.704 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111012010001","params":{"id":"111012010001"}}
2019-07-07 11:35:37.704 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111299001912","params":{"id":"111299001912"}}
2019-07-07 11:35:37.704 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"20172100005","params":{"id":"20172100005"}}
2019-07-07 11:35:37.704 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11091300004","params":{"id":"11091300004"}}
2019-07-07 11:35:37.704 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201512006963","params":{"id":"3201512006963"}}
2019-07-07 11:35:37.705 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"org.tizen.browser","params":{"id":"org.tizen.browser"}}
2019-07-07 11:35:37.705 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11101200001","params":{"id":"11101200001"}}
2019-07-07 11:35:37.705 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007250","params":{"id":"3201601007250"}}
2019-07-07 11:35:37.705 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201610010920","params":{"id":"3201610010920"}}
2019-07-07 11:35:37.705 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11091000000","params":{"id":"11091000000"}}
2019-07-07 11:35:37.706 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201707014489","params":{"id":"3201707014489"}}
2019-07-07 11:35:37.706 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201512006785","params":{"id":"3201512006785"}}
2019-07-07 11:35:37.706 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010191","params":{"id":"3201608010191"}}
2019-07-07 11:35:37.706 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201611010963","params":{"id":"3201611010963"}}
2019-07-07 11:35:37.706 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007625","params":{"id":"3201601007625"}}
2019-07-07 11:35:37.707 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201606009684","params":{"id":"3201606009684"}}
2019-07-07 11:35:37.707 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201704012161","params":{"id":"3201704012161"}}
2019-07-07 11:35:37.707 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201610010814","params":{"id":"3201610010814"}}
2019-07-07 11:35:37.707 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201602007756","params":{"id":"3201602007756"}}
2019-07-07 11:35:37.707 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010239","params":{"id":"3201608010239"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111199000333","params":{"id":"111199000333"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111477000528","params":{"id":"111477000528"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201502001363","params":{"id":"3201502001363"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201612011418","params":{"id":"3201612011418"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201709014781","params":{"id":"3201709014781"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014874","params":{"id":"3201710014874"}}
2019-07-07 11:35:37.708 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201708014637","params":{"id":"3201708014637"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201707014448","params":{"id":"3201707014448"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014956","params":{"id":"3201710014956"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201708014618","params":{"id":"3201708014618"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014981","params":{"id":"3201710014981"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014954","params":{"id":"3201710014954"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201711015155","params":{"id":"3201711015155"}}
2019-07-07 11:35:37.709 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201611011040","params":{"id":"3201611011040"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201801015541","params":{"id":"3201801015541"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007230","params":{"id":"3201601007230"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201605009473","params":{"id":"3201605009473"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010240","params":{"id":"3201608010240"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201806016508","params":{"id":"3201806016508"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201606009840","params":{"id":"3201606009840"}}
2019-07-07 11:35:37.710 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201806016390","params":{"id":"3201806016390"}}
2019-07-07 11:35:37.711 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010450","params":{"id":"3201608010450"}}
2019-07-07 11:35:37.711 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111399000031","params":{"id":"111399000031"}}
2019-07-07 11:35:37.711 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201803015977","params":{"id":"3201803015977"}}
2019-07-07 11:35:37.711 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201812017516","params":{"id":"3201812017516"}}
2019-07-07 11:35:37.711 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201812017511","params":{"id":"3201812017511"}}
2019-07-07 11:35:37.711 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201902017822","params":{"id":"3201902017822"}}
2019-07-07 11:35:37.716 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connection established: IP-REMOVED
2019-07-07 11:35:37.818 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt: onWebSocketText: {"data":{"clients":[{"attributes":{"name":"b3BlbkhBQg=="},"connectTime":1562517372359,"deviceName":"b3BlbkhBQg==","id":"a9c3ccbc-6732-423d-a83e-d8deb1582138","isHost":false}],"id":"a9c3ccbc-6732-423d-a83e-d8deb1582138"},"event":"ms.channel.connect"}
2019-07-07 11:35:37.818 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111012010001","result":{"id":"111012010001","name":"VUDU","running":false,"version":"6.2.3","visible":false}}
2019-07-07 11:35:37.818 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - Art channel connected
2019-07-07 11:35:37.841 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111299001912","result":{"id":"111299001912","name":"YouTube","running":false,"version":"2.1.491","visible":false}}
2019-07-07 11:35:37.865 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"20172100005","result":{"id":"20172100005","name":"e-Manual","running":false,"version":"3.0.1","visible":false}}
2019-07-07 11:35:37.900 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11091300004","result":{"id":"11091300004","name":"Pandora","running":false,"version":"2.0.3","visible":false}}
2019-07-07 11:35:37.919 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201512006963","result":{"id":"3201512006963","name":"Plex","running":false,"version":"3.103.1","visible":false}}
2019-07-07 11:35:37.944 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"error":{"code":404,"details":"","message":"Not found error.","status":404},"id":"org.tizen.browser"}
2019-07-07 11:35:37.945 [DEBUG] [sungtv.internal.protocol.WebSocketV2] - WebSocketV2 Error received: {"error":{"code":404,"details":"","message":"Not found error.","status":404},"id":"org.tizen.browser"}
2019-07-07 11:35:38.688 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:38.691 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:39.695 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:39.698 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:40.701 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:40.703 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:41.706 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:41.709 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:42.712 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:42.714 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:43.236 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11101200001","result":{"id":"11101200001","name":"Netflix","running":false,"version":"7.0.000","visible":false}}
2019-07-07 11:35:43.309 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote: onWebSocketText: {"data":{"update_type":"ed.edenApp.update"},"event":"ed.edenTV.update"}
2019-07-07 11:35:43.309 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - edenTV update: ed.edenApp.update
2019-07-07 11:35:43.314 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007250","result":{"id":"3201601007250","name":"Google Play Movies & TV","running":false,"version":"1.0.11","visible":false}}
2019-07-07 11:35:43.314 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111012010001","params":{"id":"111012010001"}}
2019-07-07 11:35:43.314 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111299001912","params":{"id":"111299001912"}}
2019-07-07 11:35:43.314 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"20172100005","params":{"id":"20172100005"}}
2019-07-07 11:35:43.314 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11091300004","params":{"id":"11091300004"}}
2019-07-07 11:35:43.315 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201512006963","params":{"id":"3201512006963"}}

Truncated…

1 Like

Part 2 of trace…

2019-07-07 11:35:43.315 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"org.tizen.browser","params":{"id":"org.tizen.browser"}}
2019-07-07 11:35:43.315 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11101200001","params":{"id":"11101200001"}}
2019-07-07 11:35:43.315 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007250","params":{"id":"3201601007250"}}
2019-07-07 11:35:43.315 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201610010920","params":{"id":"3201610010920"}}
2019-07-07 11:35:43.315 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11091000000","params":{"id":"11091000000"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201707014489","params":{"id":"3201707014489"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201512006785","params":{"id":"3201512006785"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010191","params":{"id":"3201608010191"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201611010963","params":{"id":"3201611010963"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007625","params":{"id":"3201601007625"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201606009684","params":{"id":"3201606009684"}}
2019-07-07 11:35:43.316 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201704012161","params":{"id":"3201704012161"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201610010814","params":{"id":"3201610010814"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201602007756","params":{"id":"3201602007756"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010239","params":{"id":"3201608010239"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111199000333","params":{"id":"111199000333"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111477000528","params":{"id":"111477000528"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201502001363","params":{"id":"3201502001363"}}
2019-07-07 11:35:43.317 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201612011418","params":{"id":"3201612011418"}}
2019-07-07 11:35:43.318 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201709014781","params":{"id":"3201709014781"}}
2019-07-07 11:35:43.318 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014874","params":{"id":"3201710014874"}}
2019-07-07 11:35:43.318 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201708014637","params":{"id":"3201708014637"}}
2019-07-07 11:35:43.318 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201707014448","params":{"id":"3201707014448"}}
2019-07-07 11:35:43.318 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014956","params":{"id":"3201710014956"}}
2019-07-07 11:35:43.318 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201708014618","params":{"id":"3201708014618"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014981","params":{"id":"3201710014981"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014954","params":{"id":"3201710014954"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201711015155","params":{"id":"3201711015155"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201611011040","params":{"id":"3201611011040"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201801015541","params":{"id":"3201801015541"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007230","params":{"id":"3201601007230"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201605009473","params":{"id":"3201605009473"}}
2019-07-07 11:35:43.319 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010240","params":{"id":"3201608010240"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201806016508","params":{"id":"3201806016508"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201606009840","params":{"id":"3201606009840"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201806016390","params":{"id":"3201806016390"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010450","params":{"id":"3201608010450"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111399000031","params":{"id":"111399000031"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201803015977","params":{"id":"3201803015977"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201812017516","params":{"id":"3201812017516"}}
2019-07-07 11:35:43.320 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201812017511","params":{"id":"3201812017511"}}
2019-07-07 11:35:43.321 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201902017822","params":{"id":"3201902017822"}}
2019-07-07 11:35:43.338 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201610010920","result":{"id":"3201610010920","name":"Sports","running":false,"version":"0.4.94","visible":false}}
2019-07-07 11:35:43.350 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11091000000","result":{"id":"11091000000","name":"Facebook Watch","running":true,"version":"2.0.34","visible":false}}
2019-07-07 11:35:43.362 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201707014489","result":{"id":"3201707014489","name":"YouTube TV","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:43.374 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201512006785","result":{"id":"3201512006785","name":"Prime Video","running":false,"version":"1.2.4","visible":false}}
2019-07-07 11:35:43.384 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010191","result":{"id":"3201608010191","name":"Deezer","running":false,"version":"1.0.25","visible":false}}
2019-07-07 11:35:43.399 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201611010963","result":{"id":"3201611010963","name":"SHOWTIME","running":false,"version":"2.1.5745","visible":false}}
2019-07-07 11:35:43.407 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007625","result":{"id":"3201601007625","name":"Hulu","running":false,"version":"5.3.255","visible":false}}
2019-07-07 11:35:43.417 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201606009684","result":{"id":"3201606009684","name":"Spotify","running":false,"version":"1.6.0","visible":false}}
2019-07-07 11:35:43.425 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201704012161","result":{"id":"3201704012161","name":"CNNgo","running":false,"version":"1.4.2","visible":false}}
2019-07-07 11:35:43.434 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201610010814","result":{"id":"3201610010814","name":"Music","running":true,"version":"2.5.6","visible":false}}
2019-07-07 11:35:43.444 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201602007756","result":{"id":"3201602007756","name":"Red Bull TV","running":false,"version":"12.1.54","visible":false}}
2019-07-07 11:35:43.452 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010239","result":{"id":"3201608010239","name":"TV Plus","running":false,"version":"2.1.0","visible":false}}
2019-07-07 11:35:43.460 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111199000333","result":{"id":"111199000333","name":"UFC.TV","running":false,"version":"4.2.2","visible":false}}
2019-07-07 11:35:43.471 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111477000528","result":{"id":"111477000528","name":"NBA","running":false,"version":"3.4.7","visible":false}}
2019-07-07 11:35:43.482 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201502001363","result":{"id":"3201502001363","name":"iHeartRadio","running":false,"version":"4.4.00001","visible":false}}
2019-07-07 11:35:43.491 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201612011418","result":{"id":"3201612011418","name":"McAfee Security for TV","running":false,"version":"1.2.4","visible":false}}
2019-07-07 11:35:43.502 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201709014781","result":{"id":"3201709014781","name":"Pantaya","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:43.511 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014874","result":{"id":"3201710014874","name":"Amazon Music","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:43.519 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201708014637","result":{"id":"3201708014637","name":"Freeform","running":false,"version":"3.4.2","visible":false}}
2019-07-07 11:35:43.528 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201707014448","result":{"id":"3201707014448","name":"Sling TV","running":false,"version":"1.12.5","visible":false}}
2019-07-07 11:35:43.535 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014956","result":{"id":"3201710014956","name":"Watch TNT","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:43.543 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201708014618","result":{"id":"3201708014618","name":"ESPN","running":false,"version":"2.0.2","visible":false}}
2019-07-07 11:35:43.552 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014981","result":{"id":"3201710014981","name":"CBS All Access","running":false,"version":"1.17.2","visible":false}}
2019-07-07 11:35:43.560 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014954","result":{"id":"3201710014954","name":"Watch TBS","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:43.568 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201711015155","result":{"id":"3201711015155","name":"CBS News: Live Breaking News","running":false,"version":"2.0.6","visible":false}}
2019-07-07 11:35:43.575 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201611011040","result":{"id":"3201611011040","name":"DIRECTV NOW","running":false,"version":"2.9.0","visible":false}}
2019-07-07 11:35:43.583 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201801015541","result":{"id":"3201801015541","name":"Discovery GO","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:43.591 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007230","result":{"id":"3201601007230","name":"HBO NOW","running":false,"version":"21.0.0","visible":false}}
2019-07-07 11:35:43.599 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201605009473","result":{"id":"3201605009473","name":"NBC Sports","running":false,"version":"1.6.71","visible":false}}
2019-07-07 11:35:43.607 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010240","result":{"id":"3201608010240","name":"NFL SUNDAY TICKET","running":false,"version":"2.0.35","visible":false}}
2019-07-07 11:35:43.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201806016508","result":{"id":"3201806016508","name":"ABC","running":false,"version":"1.5.0","visible":false}}
2019-07-07 11:35:43.622 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201606009840","result":{"id":"3201606009840","name":"NBC","running":false,"version":"4.3.5","visible":false}}
2019-07-07 11:35:43.631 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201806016390","result":{"id":"3201806016390","name":"DAZN","running":false,"version":"1.49.5","visible":false}}
2019-07-07 11:35:43.638 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010450","result":{"id":"3201608010450","name":"HGTV","running":false,"version":"2.0.3","visible":false}}
2019-07-07 11:35:43.646 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111399000031","result":{"id":"111399000031","name":"FandangoNOW","running":false,"version":"6.5.2050","visible":false}}
2019-07-07 11:35:43.653 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201803015977","result":{"id":"3201803015977","name":"TLC GO","running":false,"version":"1.0.3","visible":false}}
2019-07-07 11:35:43.661 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201812017516","result":{"id":"3201812017516","name":"Cooking Channel","running":false,"version":"1.0.0","visible":false}}
2019-07-07 11:35:43.668 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201812017511","result":{"id":"3201812017511","name":"DIY Network","running":false,"version":"1.0.5","visible":false}}
2019-07-07 11:35:43.676 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201902017822","result":{"id":"3201902017822","name":"DisneyNOW","running":false,"version":"1.1.3","visible":false}}
2019-07-07 11:35:43.676 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Received value 'sourceApp':'' for thing 'samsungtv:tv:UUID-REMOVED'
2019-07-07 11:35:43.683 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111012010001","result":{"id":"111012010001","name":"VUDU","running":false,"version":"6.2.3","visible":false}}
2019-07-07 11:35:43.690 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111299001912","result":{"id":"111299001912","name":"YouTube","running":false,"version":"2.1.491","visible":false}}
2019-07-07 11:35:43.699 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"20172100005","result":{"id":"20172100005","name":"e-Manual","running":false,"version":"3.0.1","visible":false}}
2019-07-07 11:35:43.706 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11091300004","result":{"id":"11091300004","name":"Pandora","running":false,"version":"2.0.3","visible":false}}
2019-07-07 11:35:43.714 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201512006963","result":{"id":"3201512006963","name":"Plex","running":false,"version":"3.103.1","visible":false}}
2019-07-07 11:35:43.717 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:43.719 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:43.731 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"error":{"code":404,"details":"","message":"Not found error.","status":404},"id":"org.tizen.browser"}
2019-07-07 11:35:43.731 [DEBUG] [sungtv.internal.protocol.WebSocketV2] - WebSocketV2 Error received: {"error":{"code":404,"details":"","message":"Not found error.","status":404},"id":"org.tizen.browser"}
2019-07-07 11:35:43.740 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11101200001","result":{"id":"11101200001","name":"Netflix","running":false,"version":"7.0.000","visible":false}}
2019-07-07 11:35:43.748 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007250","result":{"id":"3201601007250","name":"Google Play Movies & TV","running":false,"version":"1.0.11","visible":false}}
2019-07-07 11:35:43.758 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201610010920","result":{"id":"3201610010920","name":"Sports","running":false,"version":"0.4.94","visible":false}}
2019-07-07 11:35:43.768 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11091000000","result":{"id":"11091000000","name":"Facebook Watch","running":true,"version":"2.0.34","visible":false}}
2019-07-07 11:35:43.778 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201707014489","result":{"id":"3201707014489","name":"YouTube TV","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:43.786 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201512006785","result":{"id":"3201512006785","name":"Prime Video","running":false,"version":"1.2.4","visible":false}}
2019-07-07 11:35:43.794 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010191","result":{"id":"3201608010191","name":"Deezer","running":false,"version":"1.0.25","visible":false}}
2019-07-07 11:35:43.802 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201611010963","result":{"id":"3201611010963","name":"SHOWTIME","running":false,"version":"2.1.5745","visible":false}}
2019-07-07 11:35:43.809 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007625","result":{"id":"3201601007625","name":"Hulu","running":false,"version":"5.3.255","visible":false}}
2019-07-07 11:35:43.818 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201606009684","result":{"id":"3201606009684","name":"Spotify","running":false,"version":"1.6.0","visible":false}}
2019-07-07 11:35:43.825 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201704012161","result":{"id":"3201704012161","name":"CNNgo","running":false,"version":"1.4.2","visible":false}}
2019-07-07 11:35:43.834 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201610010814","result":{"id":"3201610010814","name":"Music","running":true,"version":"2.5.6","visible":false}}
2019-07-07 11:35:43.841 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201602007756","result":{"id":"3201602007756","name":"Red Bull TV","running":false,"version":"12.1.54","visible":false}}
2019-07-07 11:35:43.850 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010239","result":{"id":"3201608010239","name":"TV Plus","running":false,"version":"2.1.0","visible":false}}
2019-07-07 11:35:43.857 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111199000333","result":{"id":"111199000333","name":"UFC.TV","running":false,"version":"4.2.2","visible":false}}
2019-07-07 11:35:43.865 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111477000528","result":{"id":"111477000528","name":"NBA","running":false,"version":"3.4.7","visible":false}}
2019-07-07 11:35:43.873 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201502001363","result":{"id":"3201502001363","name":"iHeartRadio","running":false,"version":"4.4.00001","visible":false}}
2019-07-07 11:35:43.881 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201612011418","result":{"id":"3201612011418","name":"McAfee Security for TV","running":false,"version":"1.2.4","visible":false}}
2019-07-07 11:35:43.889 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201709014781","result":{"id":"3201709014781","name":"Pantaya","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:43.897 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014874","result":{"id":"3201710014874","name":"Amazon Music","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:43.904 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201708014637","result":{"id":"3201708014637","name":"Freeform","running":false,"version":"3.4.2","visible":false}}
2019-07-07 11:35:43.915 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201707014448","result":{"id":"3201707014448","name":"Sling TV","running":false,"version":"1.12.5","visible":false}}
2019-07-07 11:35:43.924 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014956","result":{"id":"3201710014956","name":"Watch TNT","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:43.932 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201708014618","result":{"id":"3201708014618","name":"ESPN","running":false,"version":"2.0.2","visible":false}}
2019-07-07 11:35:43.942 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014981","result":{"id":"3201710014981","name":"CBS All Access","running":false,"version":"1.17.2","visible":false}}
2019-07-07 11:35:43.950 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014954","result":{"id":"3201710014954","name":"Watch TBS","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:43.957 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201711015155","result":{"id":"3201711015155","name":"CBS News: Live Breaking News","running":false,"version":"2.0.6","visible":false}}
2019-07-07 11:35:43.965 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201611011040","result":{"id":"3201611011040","name":"DIRECTV NOW","running":false,"version":"2.9.0","visible":false}}
2019-07-07 11:35:43.974 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201801015541","result":{"id":"3201801015541","name":"Discovery GO","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:43.985 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007230","result":{"id":"3201601007230","name":"HBO NOW","running":false,"version":"21.0.0","visible":false}}
2019-07-07 11:35:43.998 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201605009473","result":{"id":"3201605009473","name":"NBC Sports","running":false,"version":"1.6.71","visible":false}}
2019-07-07 11:35:44.014 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010240","result":{"id":"3201608010240","name":"NFL SUNDAY TICKET","running":false,"version":"2.0.35","visible":false}}
2019-07-07 11:35:44.030 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201806016508","result":{"id":"3201806016508","name":"ABC","running":false,"version":"1.5.0","visible":false}}
2019-07-07 11:35:44.056 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201606009840","result":{"id":"3201606009840","name":"NBC","running":false,"version":"4.3.5","visible":false}}
2019-07-07 11:35:44.068 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201806016390","result":{"id":"3201806016390","name":"DAZN","running":false,"version":"1.49.5","visible":false}}
2019-07-07 11:35:44.078 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010450","result":{"id":"3201608010450","name":"HGTV","running":false,"version":"2.0.3","visible":false}}
2019-07-07 11:35:44.086 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111399000031","result":{"id":"111399000031","name":"FandangoNOW","running":false,"version":"6.5.2050","visible":false}}
2019-07-07 11:35:44.097 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201803015977","result":{"id":"3201803015977","name":"TLC GO","running":false,"version":"1.0.3","visible":false}}
2019-07-07 11:35:44.107 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201812017516","result":{"id":"3201812017516","name":"Cooking Channel","running":false,"version":"1.0.0","visible":false}}
2019-07-07 11:35:44.116 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201812017511","result":{"id":"3201812017511","name":"DIY Network","running":false,"version":"1.0.5","visible":false}}
2019-07-07 11:35:44.125 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201902017822","result":{"id":"3201902017822","name":"DisneyNOW","running":false,"version":"1.1.3","visible":false}}
2019-07-07 11:35:44.722 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:44.725 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:45.728 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:45.731 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:46.608 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote: onWebSocketText: {"data":{"update_type":"ed.edenApp.update"},"event":"ed.edenTV.update"}
2019-07-07 11:35:46.609 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - edenTV update: ed.edenApp.update
2019-07-07 11:35:46.609 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111012010001","params":{"id":"111012010001"}}
2019-07-07 11:35:46.609 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111299001912","params":{"id":"111299001912"}}
2019-07-07 11:35:46.609 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"20172100005","params":{"id":"20172100005"}}
2019-07-07 11:35:46.609 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11091300004","params":{"id":"11091300004"}}
2019-07-07 11:35:46.610 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201512006963","params":{"id":"3201512006963"}}
2019-07-07 11:35:46.610 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"org.tizen.browser","params":{"id":"org.tizen.browser"}}
2019-07-07 11:35:46.610 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11101200001","params":{"id":"11101200001"}}
2019-07-07 11:35:46.610 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007250","params":{"id":"3201601007250"}}
2019-07-07 11:35:46.610 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201610010920","params":{"id":"3201610010920"}}
2019-07-07 11:35:46.610 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"11091000000","params":{"id":"11091000000"}}
2019-07-07 11:35:46.611 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201707014489","params":{"id":"3201707014489"}}
2019-07-07 11:35:46.611 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201512006785","params":{"id":"3201512006785"}}
2019-07-07 11:35:46.611 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010191","params":{"id":"3201608010191"}}
2019-07-07 11:35:46.611 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201611010963","params":{"id":"3201611010963"}}
2019-07-07 11:35:46.611 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007625","params":{"id":"3201601007625"}}
2019-07-07 11:35:46.611 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201606009684","params":{"id":"3201606009684"}}
2019-07-07 11:35:46.612 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201704012161","params":{"id":"3201704012161"}}
2019-07-07 11:35:46.612 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201610010814","params":{"id":"3201610010814"}}
2019-07-07 11:35:46.612 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201602007756","params":{"id":"3201602007756"}}
2019-07-07 11:35:46.612 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010239","params":{"id":"3201608010239"}}
2019-07-07 11:35:46.612 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111199000333","params":{"id":"111199000333"}}
2019-07-07 11:35:46.612 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111477000528","params":{"id":"111477000528"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201502001363","params":{"id":"3201502001363"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201612011418","params":{"id":"3201612011418"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201709014781","params":{"id":"3201709014781"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014874","params":{"id":"3201710014874"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201708014637","params":{"id":"3201708014637"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201707014448","params":{"id":"3201707014448"}}
2019-07-07 11:35:46.613 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014956","params":{"id":"3201710014956"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201708014618","params":{"id":"3201708014618"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014981","params":{"id":"3201710014981"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201710014954","params":{"id":"3201710014954"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201711015155","params":{"id":"3201711015155"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201611011040","params":{"id":"3201611011040"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201801015541","params":{"id":"3201801015541"}}
2019-07-07 11:35:46.614 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201601007230","params":{"id":"3201601007230"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201605009473","params":{"id":"3201605009473"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010240","params":{"id":"3201608010240"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201806016508","params":{"id":"3201806016508"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201606009840","params":{"id":"3201606009840"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201806016390","params":{"id":"3201806016390"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201608010450","params":{"id":"3201608010450"}}
2019-07-07 11:35:46.615 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"111399000031","params":{"id":"111399000031"}}
2019-07-07 11:35:46.616 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201803015977","params":{"id":"3201803015977"}}
2019-07-07 11:35:46.616 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201812017516","params":{"id":"3201812017516"}}
2019-07-07 11:35:46.616 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201812017511","params":{"id":"3201812017511"}}
2019-07-07 11:35:46.616 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: sendCommand: {"method":"ms.application.get","id":"3201902017822","params":{"id":"3201902017822"}}
2019-07-07 11:35:46.619 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111012010001","result":{"id":"111012010001","name":"VUDU","running":false,"version":"6.2.3","visible":false}}
2019-07-07 11:35:46.628 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111299001912","result":{"id":"111299001912","name":"YouTube","running":false,"version":"2.1.491","visible":false}}
2019-07-07 11:35:46.638 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"20172100005","result":{"id":"20172100005","name":"e-Manual","running":false,"version":"3.0.1","visible":false}}
2019-07-07 11:35:46.648 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11091300004","result":{"id":"11091300004","name":"Pandora","running":false,"version":"2.0.3","visible":false}}
2019-07-07 11:35:46.656 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201512006963","result":{"id":"3201512006963","name":"Plex","running":false,"version":"3.103.1","visible":false}}
2019-07-07 11:35:46.674 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"error":{"code":404,"details":"","message":"Not found error.","status":404},"id":"org.tizen.browser"}
2019-07-07 11:35:46.675 [DEBUG] [sungtv.internal.protocol.WebSocketV2] - WebSocketV2 Error received: {"error":{"code":404,"details":"","message":"Not found error.","status":404},"id":"org.tizen.browser"}
2019-07-07 11:35:46.684 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11101200001","result":{"id":"11101200001","name":"Netflix","running":false,"version":"7.0.000","visible":false}}
2019-07-07 11:35:46.693 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007250","result":{"id":"3201601007250","name":"Google Play Movies & TV","running":false,"version":"1.0.11","visible":false}}
2019-07-07 11:35:46.702 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201610010920","result":{"id":"3201610010920","name":"Sports","running":false,"version":"0.4.94","visible":false}}
2019-07-07 11:35:46.712 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"11091000000","result":{"id":"11091000000","name":"Facebook Watch","running":true,"version":"2.0.34","visible":false}}
2019-07-07 11:35:46.721 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201707014489","result":{"id":"3201707014489","name":"YouTube TV","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:46.731 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201512006785","result":{"id":"3201512006785","name":"Prime Video","running":false,"version":"1.2.4","visible":false}}
2019-07-07 11:35:46.734 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:46.740 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:46.743 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010191","result":{"id":"3201608010191","name":"Deezer","running":false,"version":"1.0.25","visible":false}}
2019-07-07 11:35:46.752 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201611010963","result":{"id":"3201611010963","name":"SHOWTIME","running":false,"version":"2.1.5745","visible":false}}
2019-07-07 11:35:46.762 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007625","result":{"id":"3201601007625","name":"Hulu","running":false,"version":"5.3.255","visible":false}}
2019-07-07 11:35:46.771 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201606009684","result":{"id":"3201606009684","name":"Spotify","running":false,"version":"1.6.0","visible":false}}
2019-07-07 11:35:46.781 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201704012161","result":{"id":"3201704012161","name":"CNNgo","running":false,"version":"1.4.2","visible":false}}
2019-07-07 11:35:46.791 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201610010814","result":{"id":"3201610010814","name":"Music","running":true,"version":"2.5.6","visible":false}}
2019-07-07 11:35:46.802 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201602007756","result":{"id":"3201602007756","name":"Red Bull TV","running":false,"version":"12.1.54","visible":false}}
2019-07-07 11:35:46.811 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010239","result":{"id":"3201608010239","name":"TV Plus","running":false,"version":"2.1.0","visible":false}}
2019-07-07 11:35:46.819 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111199000333","result":{"id":"111199000333","name":"UFC.TV","running":false,"version":"4.2.2","visible":false}}
2019-07-07 11:35:46.828 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111477000528","result":{"id":"111477000528","name":"NBA","running":false,"version":"3.4.7","visible":false}}
2019-07-07 11:35:46.836 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201502001363","result":{"id":"3201502001363","name":"iHeartRadio","running":false,"version":"4.4.00001","visible":false}}
2019-07-07 11:35:46.847 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201612011418","result":{"id":"3201612011418","name":"McAfee Security for TV","running":false,"version":"1.2.4","visible":false}}
2019-07-07 11:35:46.857 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201709014781","result":{"id":"3201709014781","name":"Pantaya","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:46.866 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014874","result":{"id":"3201710014874","name":"Amazon Music","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:46.874 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201708014637","result":{"id":"3201708014637","name":"Freeform","running":false,"version":"3.4.2","visible":false}}
2019-07-07 11:35:46.884 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201707014448","result":{"id":"3201707014448","name":"Sling TV","running":false,"version":"1.12.5","visible":false}}
2019-07-07 11:35:46.893 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014956","result":{"id":"3201710014956","name":"Watch TNT","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:46.903 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201708014618","result":{"id":"3201708014618","name":"ESPN","running":false,"version":"2.0.2","visible":false}}
2019-07-07 11:35:46.913 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014981","result":{"id":"3201710014981","name":"CBS All Access","running":false,"version":"1.17.2","visible":false}}
2019-07-07 11:35:46.921 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201710014954","result":{"id":"3201710014954","name":"Watch TBS","running":false,"version":"2.0.0","visible":false}}
2019-07-07 11:35:46.930 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201711015155","result":{"id":"3201711015155","name":"CBS News: Live Breaking News","running":false,"version":"2.0.6","visible":false}}
2019-07-07 11:35:46.940 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201611011040","result":{"id":"3201611011040","name":"DIRECTV NOW","running":false,"version":"2.9.0","visible":false}}
2019-07-07 11:35:46.949 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201801015541","result":{"id":"3201801015541","name":"Discovery GO","running":false,"version":"1.0.7","visible":false}}
2019-07-07 11:35:46.959 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201601007230","result":{"id":"3201601007230","name":"HBO NOW","running":false,"version":"21.0.0","visible":false}}

Part 3…

2019-07-07 11:35:46.969 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201605009473","result":{"id":"3201605009473","name":"NBC Sports","running":false,"version":"1.6.71","visible":false}}
2019-07-07 11:35:46.978 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010240","result":{"id":"3201608010240","name":"NFL SUNDAY TICKET","running":false,"version":"2.0.35","visible":false}}
2019-07-07 11:35:46.987 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201806016508","result":{"id":"3201806016508","name":"ABC","running":false,"version":"1.5.0","visible":false}}
2019-07-07 11:35:46.997 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201606009840","result":{"id":"3201606009840","name":"NBC","running":false,"version":"4.3.5","visible":false}}
2019-07-07 11:35:47.005 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201806016390","result":{"id":"3201806016390","name":"DAZN","running":false,"version":"1.49.5","visible":false}}
2019-07-07 11:35:47.014 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201608010450","result":{"id":"3201608010450","name":"HGTV","running":false,"version":"2.0.3","visible":false}}
2019-07-07 11:35:47.025 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"111399000031","result":{"id":"111399000031","name":"FandangoNOW","running":false,"version":"6.5.2050","visible":false}}
2019-07-07 11:35:47.034 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201803015977","result":{"id":"3201803015977","name":"TLC GO","running":false,"version":"1.0.3","visible":false}}
2019-07-07 11:35:47.043 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201812017516","result":{"id":"3201812017516","name":"Cooking Channel","running":false,"version":"1.0.0","visible":false}}
2019-07-07 11:35:47.052 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201812017511","result":{"id":"3201812017511","name":"DIY Network","running":false,"version":"1.0.5","visible":false}}
2019-07-07 11:35:47.061 [TRACE] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2: onWebSocketText: {"id":"3201902017822","result":{"id":"3201902017822","name":"DisneyNOW","running":false,"version":"1.1.3","visible":false}}
2019-07-07 11:35:47.061 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Received value 'sourceApp':'' for thing 'samsungtv:tv:UUID-REMOVED'
2019-07-07 11:35:47.743 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:47.745 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:48.748 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:48.750 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:49.753 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:49.755 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:50.758 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:50.761 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:51.764 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:51.766 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:52.769 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:52.771 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:53.775 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:53.777 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:54.780 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:54.782 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:55.785 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:55.788 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:56.791 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:56.793 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:57.796 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:57.798 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:58.801 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:58.803 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:35:59.806 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:35:59.808 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:00.811 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:36:00.813 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:01.816 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:36:01.818 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:02.821 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:36:02.824 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:03.826 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:36:03.829 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:04.831 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:36:04.834 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:05.837 [TRACE] [nternal.service.MediaRendererService] - Value '0' for CurrentVolume hasn't changed, ignoring update
2019-07-07 11:36:05.840 [TRACE] [nternal.service.MediaRendererService] - Value 'false' for CurrentMute hasn't changed, ignoring update
2019-07-07 11:36:06.823 [DEBUG] [covery.SamsungTvDiscoveryParticipant] - Retrieved Thing UID for a Samsung TV '[TV]Living Room' model 'QN75Q75FM' thing with UDN 'UUID-REMOVED'
2019-07-07 11:36:06.823 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Thing Removed: samsungtv:tv:UUID-REMOVED
2019-07-07 11:36:06.824 [DEBUG] [tv.internal.handler.SamsungTvHandler] - Shutdown all Samsung services
2019-07-07 11:36:06.824 [DEBUG] [l.protocol.RemoteControllerWebSocket] - RemoteControllerWebSocket close
2019-07-07 11:36:06.824 [DEBUG] [l.protocol.RemoteControllerWebSocket] - RemoteControllerWebSocket closeConnection
2019-07-07 11:36:06.824 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection close requested
2019-07-07 11:36:06.824 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connection close requested
2019-07-07 11:36:06.824 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connection close requested
2019-07-07 11:36:06.824 [TRACE] [l.protocol.RemoteControllerWebSocket] - WebSocketClient stopping
2019-07-07 11:36:06.825 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketArt connection closed: 1006 - Disconnected
2019-07-07 11:36:06.825 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketV2 connection closed: 1006 - Disconnected
2019-07-07 11:36:06.825 [DEBUG] [ngtv.internal.protocol.WebSocketBase] - WebSocketRemote connection closed: 1006 - Disconnected
2019-07-07 11:36:06.827 [TRACE] [l.protocol.RemoteControllerWebSocket] - WebSocketClient stopped

This time the trace seems to properly connect (as opposed to last time) and the token is properly passed in. (The token = null message is misleading: this happens because the token was already acquired in a previous connection.)
Not certain what this “Smart Device” is about. For this binding it should be “OpenHab”.
Is the binding functional? E.g. does teh source app change if you switch between e.g. youtube and netflix?

I don’t use the apps on the TV honestly. I have a Roku and Shield for that. The real thing I’m looking for is the source name (HDMI#, TV, etc) which doesn’t seem to be pulling in.

True, I also don’t see source name in my MU7002 Tv. It would be very helpful such info.

Sorry but i heaved not find a way to detect a source name via the websocket interface.

That’s unfortunate. Of all of the things on the TV, that’s probably in the top 3 most important.