I've had my Apple TV driver running for quite a while(I use it daily) without any problems but today all of the sudden some commands aren't working. For example, I can't get the directional arrows to work but launching an app does. I updated the Kodi driver today and that was all. I wouldn't think that would have any bearing on the AppleTV driver but figured I'd mention it.
Here is what the verbose output gives me on a failed command:
21/06/2024 00:58:32.58 · DEBUG · Server.doCommand - AV|{{active_appletv_{{clientname}}}}~SendKey~Down from dashboard-fx-l367
21/06/2024 00:58:32.58 · DEBUG · Server.doCommand - AV|54~SendKey~Down
21/06/2024 00:58:32.58 · DEBUG · AppleTV.doCommand - Cmd=[54~SendKey~Down] Client=[dashboard-fx-l367]
21/06/2024 00:58:32.58 · DEBUG · AppleTV.TX: ATV_4K - down
21/06/2024 00:58:32.58 · DEBUG · AppleTV.RX: ATV_4K -
Here is what I get from the launch command that does work
21/06/2024 00:58:38.58 · DEBUG · Server.doCommand - AV|{{active_appletv_{{clientname}}}}~Launch~com.amazon.aiv.AIVApp from dashboard-fx-l367
21/06/2024 00:58:38.58 · DEBUG · Server.doCommand - AV|54~Launch~com.amazon.aiv.AIVApp
21/06/2024 00:58:38.58 · DEBUG · AppleTV.doCommand - Cmd=[54~Launch~com.amazon.aiv.AIVApp] Client=[dashboard-fx-l367]
21/06/2024 00:58:38.58 · DEBUG · AppleTV.TX: ATV_4K - launch_app=com.amazon.aiv.AIVApp
21/06/2024 00:58:40.58 · DEBUG · AppleTV.RX: ATV_4K -
Please Log in or Create an account to join the conversation.