Hi,
[webOSTV.js] getSystemSettings(soundOutput) failed
Could you check it?
Thanks
             
            
              1 Like 
            
            
           
          
            
            
              To check the issue, please share with us the following:
TV model name: (You can check this in the Settings > General > About This TV.) 
TV software version: 
webOS TV version: (This can be found when you click the TV model name in the About This TV menu.) 
Region: 
 
             
            
              1 Like 
            
            
           
          
            
            
              
 narae0.kim:
 
TV model name: 50UP8100PLA and all simulators with latest version 
TV software version: 03.34.70 
webOS TV version: 6.3.2-426 
Region: All region 
 
 
 
Hi again,
TV software version: 03.34.70 
webOS TV version: 6.3.2-426 
Region: All region 
 
var connect=0;
function start(){
	webOS.deviceInfo(function (device) {
			device_info++;
			console.log("device infos"+ "  Run:"+device_info);
		  });
	
	    },
	    onFailure: function (res) {
	    	console.log("Error:"+JSON.stringify(res));
	    }
	});
},
onFailure: function (res) {
}
Result:
I cant understand device info runs twice.
Note that There is no problem with other webOSTV.js files.
             
            
              
            
           
          
            
            
              Sorry for the late reply. The reason why the callback is called twice is that the soundOutput value is undefined at first. It seems it takes a few more time to load. And we checked the sample code with our test TV but couldn’t reproduce the issue. If the problem persists, please email us the following at developer@lge.com :
Your sample app .ipk file 
Steps to reproduce the issue 
 
             
            
              1 Like 
            
            
           
          
            
            
              Thanks @narae0.kim 
             
            
              
            
           
          
            
            
              We checked the .ipk with the same version of TV you tested, but the getARCState failed error was not reproduced. Are you getting the error with the simulator? If so, this is normal operation because the simulator does not support the getARCState.+ As we said above, the reason why the callback is called twice is that the soundOutput value is undefined at first. This is also normal operation.
             
            
              1 Like 
            
            
           
          
            
            
              Thank you for your support