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
I've had the following errors in my log, I think twice. I suspect it is because of a race condition between checking for whether the TV is switched on or not, and then checking for volume information. I noticed that the TV had just been switched off, when the errors were logged.
I haven't looked into the code, but I'm happy to try and debug and create a PR. I suspect that it isn't easily replicable, but I'd be pretty sure I can fake the situation so I can trigger the error, so it can be handle better. My suggestion would be to ignore the error (since as the message says, it is an error because the TV is switched off), or at worst put out a single warning message, rather than two errors.
I've had the following errors in my log, I think twice. I suspect it is because of a race condition between checking for whether the TV is switched on or not, and then checking for volume information. I noticed that the TV had just been switched off, when the errors were logged.
I haven't looked into the code, but I'm happy to try and debug and create a PR. I suspect that it isn't easily replicable, but I'd be pretty sure I can fake the situation so I can trigger the error, so it can be handle better. My suggestion would be to ignore the error (since as the message says, it is an error because the TV is switched off), or at worst put out a single warning message, rather than two errors.
The text was updated successfully, but these errors were encountered: