Open lmore377 opened 5 months ago
bump - i can repro on v2.14.1 with my Car Thing as well. identical call stack.
Just a note, I think the Unable to start ADB server
error is just because I had ADB running already. I don't think it's relevant to this issue.
I thought the same thing at first, but I killed adb.exe + related processes then restarted Macro Deck and still got that error.
Describe the bug Macro Deck completely crashes when an ADB shell command (in this case
am
) fails for some reason.To Reproduce Steps to reproduce the behavior:
Expected behavior Ideally in a scenario like this, Macro Deck would just do the
adb reverse
command to open the web client/websocket connection and leave everything else up to the user.Additional context The Spotify Car Thing has been rooted and it turns out the frontend is just a webapp running on top of chromium. The webapp can be replaced with almost anything, making it ideal for Macro Deck. So far this is one of the issues keeping them from working together.
Log file