Retry later on OSError during apple_tv entry setup (#122747)

This commit is contained in:
J. Nick Koston 2024-07-29 04:59:31 -05:00 committed by Franck Nijhof
parent e5fd9819da
commit d51d584aed
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -60,6 +60,7 @@ AUTH_EXCEPTIONS = (
exceptions.NoCredentialsError, exceptions.NoCredentialsError,
) )
CONNECTION_TIMEOUT_EXCEPTIONS = ( CONNECTION_TIMEOUT_EXCEPTIONS = (
OSError,
asyncio.CancelledError, asyncio.CancelledError,
TimeoutError, TimeoutError,
exceptions.ConnectionLostError, exceptions.ConnectionLostError,