Catch 'ConnectionResetError' exceptions for Android TV integra… (#31274)
parent
ec4ccb10ec
commit
9312d06fe4
|
@ -392,6 +392,7 @@ class ADBDevice(MediaPlayerDevice):
|
|||
self.exceptions = (
|
||||
AttributeError,
|
||||
BrokenPipeError,
|
||||
ConnectionResetError,
|
||||
TypeError,
|
||||
ValueError,
|
||||
InvalidChecksumError,
|
||||
|
|
Loading…
Reference in New Issue