Catch 'ConnectionResetError' exceptions for Android TV integra… (#31274)

pull/31275/head
Jeff Irion 2020-01-29 06:18:57 -08:00 committed by GitHub
parent ec4ccb10ec
commit 9312d06fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ class ADBDevice(MediaPlayerDevice):
self.exceptions = (
AttributeError,
BrokenPipeError,
ConnectionResetError,
TypeError,
ValueError,
InvalidChecksumError,