Open JeffLIrion opened 3 years ago
Hi, I confirm I have the same issue and error message.
Is this code being maintained any more when I try to connect to a firetv device it just fails "ConnectionResetError: [Errno 104] Connection reset by peer"
I can use the adb command line client manually which can connect correctly.
Is this code being maintained any more when I try to connect to a firetv device it just fails "ConnectionResetError: [Errno 104] Connection reset by peer"
I can use the adb command line client manually which can connect correctly.
Yes, this package is maintained. The last commit was less than a month ago.
Only one ADB connection is allowed at a time, so if you are connected using the adb
binary then this package won't be able to connect. That should be documented more clearly here. But the Home Assistant "Android TV" documentation contains good troubleshooting info: https://www.home-assistant.io/integrations/androidtv/#adb-troubleshooting
Also, in the future please open a new issue rather than using an unrelated existing one.
https://cs.android.com/android/platform/superproject/+/master:packages/modules/adb/protocol.txt;l=82-88
If you see an error message of the form
It's because this is not supported by this package.