You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PowerStatus of the TV is reported as "" and in the logs I see a lot of these:
08:56:33 command 'give device power status' timeout
08:56:33 << 10:8f
08:56:33 unhandled response received: opcode=8f initiator=e destination=0 response=0
08:56:33 command 'give device power status' timeout
08:56:33 TV (0): power status changed from 'standby' to 'unknown'
08:56:33 >> 0e:90:01
08:56:33 TV (0): power status changed from 'unknown' to 'standby'
It seems that the TV does not respond quick enough and therfore the application reports a timout!?
If I send a request for the power status I get the same result, but If I send another emediately after the first I get the correct power status:
I've managed to build the binary (see #1) and it works partially, but I see several errors throughout the logs.
When I restart the application, everything seems to work just fine (kind of). I send a
curl http://localhost:5000/device
and the result isThe PowerStatus of the TV is reported as "" and in the logs I see a lot of these:
It seems that the TV does not respond quick enough and therfore the application reports a timout!?
If I send a request for the power status I get the same result, but If I send another emediately after the first I get the correct power status:
Any ideas where to search for the problem?
The text was updated successfully, but these errors were encountered: