Page 1 of 1

Cannot Update Device State

PostPosted: Sat Jul 11, 2015 8:06 am
by nsosnicki
I've been using the plug-in with my 70" Sharp 4K for about 1 year. Works great; thank you!

One issue I see in the log is

"Error cannot update device state for key avMode to value N17 (invalid enumeration value)"

I doubt this has any impact on functionality that I need, but it does add noise to my log as this is repeated once per minute while the TV is on.

Is there anything I can do to help understand what N17 is and get that added to the device state for avMode?

Re: Cannot Update Device State

PostPosted: Sat Jul 11, 2015 9:29 pm
by RogueProeliator
No, this wouldn't really cause operational issues -- but the strange thing is that I do see an N17 as a valid option for the avMode. What version of the plugin are you using? I guess it is possible I added that since the last update, but I don't remember having any unreleased changes there.

FYI, I now have TV envy, thanks. I'll have to enjoy it vicariously through the plugin. :-)

Re: Cannot Update Device State

PostPosted: Sun Jul 12, 2015 8:21 pm
by nsosnicki
I seem to have the latest.

Re: Cannot Update Device State

PostPosted: Mon Jul 13, 2015 4:04 am
by howartp
That screenshot makes no sense.

Numerically 14 should be newer than 9, but it says latest available is 9.

Either way, if your plugin is up to date then the numbers should match, despite what it says.

Adam - have you accidentally used string comparison to check versions (so the '9' is higher than the '1' in '14')?


Sent from my iPhone using Tapatalk

Re: Cannot Update Device State

PostPosted: Mon Jul 13, 2015 8:34 am
by RogueProeliator
Adam - have you accidentally used string comparison to check versions (so the '9' is higher than the '1' in '14')?

No that is just where I had released a new version for some users and hadn't flipped the update notification to the new version... obviously need to go back and put the notification version to the latest now.

Adam